/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/nature/nat-9/nat839.cur), auto !important;} /* End https://www.cursors-4u.com */

.logo{
      font-size:0;
}

.logo::after{
    content:"𝖜𝖗𝖎𝖙𝖊𝖗'𝖘 𝖉𝖊𝖓";
    text-shadow: 2px 2px 4px #000;
    color: #ffe194;
    line-height: 10px;
    font-size: 20px;
    padding: 70px;
}

div#header {
    background-image: url(https://data.whicdn.com/images/345087141/original.jpg);
    background-color: #a7bf93;
    background-position: 0px -400px;
    text-align: center;
    font-family: monospace;
    background-size: 30%;
    background-repeat: repeat;
    
}

div#hSub {
    color: black !important;
    background-color: #a7bf93;
    text-align: center;
    font-family: monospace;
}

h2#name {
    color: #ffe194;
    text-shadow: 2px 2px 4px #000;
}

.extended.box {
    border: 2px solid #596854;
    background-color: #a7bf93;
}

h4 {
    color: #ffe194;
}

body {
    color: white;
    background-color: #a7bf93;
    background-image: url("https://i.pinimg.com/originals/6c/b0/9a/6cb09a6cdf4f90915bd96ac05a0568e1.gif");
    background-size: cover;
    background-attachment:fixed;
    font-family: monospace;
}

.player.box {
    background-color: #596854;
    background-size: 33%;
    background-position: 150px;
    color: white;
}

.boxInfo.box {
    border-color: #ffffff00;
}

.url {
    background: url(https://cdn140.picsart.com/321871657366211.png) no-repeat;
    position: fixed;
    right: 0;
    bottom: -120px;
    color: #ffffff00;
    background-size: 300px;
    height: 270px;
    width: 270px;
    border: none;
    box-shadow: none;
    filter: drop-shadow(8px 9px 15px #00000044);
    z-index: 1000;
    font-size: 0px;
    opacity: 1;
}

.topLeft{
    margin-top: 20px;
    background-repeat: no-repeat
    background-color: #C8A2C8;
    background-image: url(https://data.whicdn.com/images/345087141/original.jpg);
    border: 2px dashed #a7bf93;
    box-sizing: border-box;
}
 
 
.topRight{
    margin-top: 20px;
    background: #00000050;
    border: 2px solid #a7bf93;
    margin-bottom: 20px;
}
 

.fwiendCount {
    color: #ffe194;
}
/* This theme is made by "sophie" more can be found at: https://sophiezhng.github.io/my-space-windows-93-themes */
.fwiendFace img {
    border: 2px solid white;
    border-radius: 50%;
    background-position: center;
    display: absolute;
    object-fit: cover;
    height: 100px;
    width: 100px;
}

.tableLeft img{
    border: 2px solid white;
    border-radius: 50%;
    background-position: center;
    display: absolute;
    object-fit: cover;
    height: 100px;
    width: 100px;
}

.tableRight{
    background: #a7bf93;
}

.boxHead{
    color: #FFF;
    background: #596854;
    
}

.rightHead{
    color: #FFF;
    background: #596854;
    
}

div#footer{
     bottom:0;
     font-size:0;
     left:500px;
     position:fixed;
     pointer-events: none;
 
} 

.fwiendFace, .tableLeft {
    transition: 0.5s;
    background: #ffffff00;
}

.box.blog {
    background: #a7bf93;
}

.fwiendFace:hover{
      animation:shake 0.5s;
      animation-iteration-count:infinite;
}

.tableLeft:hover{
      animation:shake 0.5s;
      animation-iteration-count:infinite;
}

a {
    color: #FFB6C1
}

a:visited {
  color: #ffe194;
}

a:hover {
  color: #ffe194;
}

::selection { background: #FFB6C175; }

#sMsg, #block, #report, #add, #remove {
    color: #ffe194;
    background-image: url(https://i.ibb.co/41yvSQJ/tumblr-60b30b85e6658b8b4db0b00c5e8d77f7-84d27f75-400.webp);
    background-size: 40%;
}
      
@keyframes shake{
    0% {
        transform:translate(1px,1px) rotate(0deg);
    }
 
    10% {
        transform:translate(-1px,-2px) rotate(-1deg);
    }
 
    20% {
        transform:translate(-3px,0px) rotate(1deg);
    }
 
    30% {
        transform:translate(3px,2px) rotate(0deg);
    }
 
    40% {
        transform:translate(1px,-1px) rotate(1deg);
    }
 
    50% {
        transform:translate(-1px,2px) rotate(-1deg);
    }
 
    60% {
        transform:translate(-3px,1px) rotate(0deg);
    }
 
    70% {
        transform:translate(3px,1px) rotate(-1deg);
    }
 
    80% {
        transform:translate(-1px,-1px) rotate(1deg);
    }
 
    90% {
        transform:translate(1px,2px) rotate(0deg);
    }
 
    100% {
        transform:translate(1px,1px) rotate(0deg);
    }
 
}