/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/nature/nat-10/nat928.cur), auto !important;} /* End https://www.cursors-4u.com */

.body {
  font-family:Ms Ui Gothic;
  font-color: #000;
}


.logo{
  font-size:0;
}

.logo::after{
    content:"wawawawa";
    text-shadow: 2px 2px 4px #fff;
    color: mistyrose;
    line-height: 10px;
    font-size: 40px;
    padding: 70px;
    
}

div#header {
    background-color: lightpink;
    background-position: 0px -200px;
    text-align: center;
  
}

div#hSub {
    color: white !important;
    background-color: hotpink;
    text-align: center;
    
}

h2#name {
    color: #fff;
    text-shadow: 2px 2px 4px hotpink;
}

.extended.box {
    border: 4px solid white;
}

h4 {
    color: lightpink;
}

body {
    color: white;
    background-color: #ffe0e5;
    background-image: url("https://sadhost.neocities.org/images/tiles/pinkhrtsbg.gif");
    background-size: auto;
    font-family:Ms Ui Gothic;
}

.player.box {
    background-color: #dad1ed;
    background-size: 33%;
    background-position: 150px;
    color: white;
}

.boxInfo.box {
    border-color: #ffffff00;
}

.url {
    background: url(https://sprite.shimejis.xyz/directory/five-nights-at-freddys-mangle-01/img/shime1.png) no-repeat;
    position: fixed;
    right: 0;
    bottom: 0px;
    color: #ffffff00;
    background-size: 150px;
    height: 125px;
    width: 125px;
    border: none;
    box-shadow: none;
    filter: drop-shadow(8px 9px 15px #00000044);
    z-index: 1000;
    font-size: 0px;
    opacity: 1;
}
/* This theme is made by "sophie" more can be found at: https://sophiezhng.github.io/my-space-windows-93-themes */
.topLeft {
    margin-top: 20px;
    background-color: white;
    background-size: #fff;
    border: 4px double hotpink;
    box-sizing: border-box;
    color: pink;
}

.topRight {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #fff;
    position: relative;
    border: 4px double hotpink;
    color: pink;
}

div#footer {
     bottom:0;
     font-size:0;
     left:500px;
     position:fixed;
     pointer-events: none;
 
}
.fwiendCount {
    color: #FF69B4;
}

.fwiendFace, .tableLeft {
    transition: 0.5s;
    background: #ffffff00;
}

.fwiendFace:hover {
    border-radius: 10px;
    transform: scale(1.2);
    animation: wob .5s linear infinite;
    background: #ffffff00;
    box-shadow: 0 0 1rem #fff;
    border: 1px solid #add8e6;
    transition: 0.5s;
}

.tableRight{
    background: #FF69B4;
}

.boxHead{
    color: #FFF;
    background: #FF69B4;
    
}

.rightHead{
    color: #FFF;
    background: #FF69B4;
    
}

a:hover {
  animation: changeColor 1s linear infinite;
}

@keyframes changeColor{
    0%{color:#ff99cc;}
    10%{color:#CCA6D9;}
    20%{color:#99B3E6;}
    30%{color:#66BFF2;}
    40%{color:#33CCFF;}
    60%{color:#66BFF2;}
    70%{color:#99B3E6;}
    80%{color:#CCA6D9;}
    90%{color:#FF99CC;}
    100%{color:#FF99CC;}
}
 
.fwiendFace, .tableLeft {
    transition: 0.5s;
    background: #ffffff00;
}

.fwiendFace:hover {
    transform: scale(1.2);
    animation: wob .5s linear infinite;
    box-shadow: 0 0 1rem #fff;
    border: 1px solid #f7b5cd;
    transition: 0.5s;
}

.tableLeft:hover {
    transform: scale(0.8);
    animation: wob .5s linear infinite;
    box-shadow: 0 0 1rem #fff;
    border: 1px solid;
    transition: 0.5s;
}

.box.blog {
    background: #c7a6e0;
}