@keyframes sky {
  0% {
    background: 
    url(https://file.garden/XmR1CF1bbgcDmBMx/cA4ibVH.png) 0% 0% / 498px 278px;
  }
  100% {
    background: 
    url(https://file.garden/XmR1CF1bbgcDmBMx/cA4ibVH.png) 498px 278px / 498px;
  }
}

/*    background: linear-gradient(#FBC2EB, #A68FD2); */
/*    background-blend-mode: lighten; */


body::before {
  content: "";
  white-space: pre-wrap;
  display: block;
  height: 70px;
}

h4 {
      color: #a06ba5;
}

.logo {
    font-size: 0px;
    padding-top: 10px;
}

.logo::after {
    content: "it\'s a goat world, we\'re living in it";
    text-shadow: -3px 3px 2px #604873;
    color: #fff;
    line-height: 0px;
    font-size: 25px;
    padding: 70px;
    
}

div#header {
    background: linear-gradient(#FBC2EB, #A68FD2);
    background-position: 0px -200px;
    text-align: center;
    font-family: "Courier New", monospace;
}

div#hSub {
    color: white !important;
    background-color: #8e77a8;
    text-align: center;
    font-family: "Courier New", monospace;
}

h2#name {
    color: white;
    text-shadow: -4px 4px #ef3550,
               -8px 8px #f48fb1,
               -12px 12px #7e57c2,
               -16px 16px #2196f3,
               -20px 20px #26c6da,
               -24px 24px #43a047,
               -28px 28px #eeff41,
               -32px 32px #f9a825,
               -36px 36px #ff5722;
    font-size: 300%;
    text-align: center;
}

.extended.box {
    border: 4px solid white;
}

body {
    background: url(https://file.garden/XmR1CF1bbgcDmBMx/cA4ibVH.png) 0% 0% / 498px;
    animation: sky 10s infinite linear;
    color: white;
    font-family: "Courier New", monospace;
}

.player.box {
    background-color: #dad1ed;
    background-size: 33%;
    background-position: 150px;
    color: white;
}

.boxInfo.box {
    border-color: #ffffff00;
}

.boxButton {
    color: white;
}

.url {
    background: url(https://file.garden/XmR1CF1bbgcDmBMx/layingcasey.png) no-repeat;
    position: fixed;
    right: -30px;
    bottom: -80px;
    color: #ffffff00;
    background-size: 100%;
    max-height: 500px;
    max-width: 500px;
    width: 100%;
    border: none;
    box-shadow: none;
    filter: drop-shadow(8px 9px 15px #00000044);
    z-index: 1000;
    font-size: 0px;
    opacity: 1;
}

.topRight {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

div#footer {
     display:none;
     bottom:0;
     font-size:0;
     left:500px;
     position:fixed;
     pointer-events: none;
 
}
.fwiendCount {
    color: #8e77a8;
}

.fwiendFace, .tableLeft {
    transition: 0.5s;
    background: #ffffff00;
}

.fwiendFace > img {
    border-radius: 50%
}

.fwiendFace:hover {
    border-radius: 20px;
    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: #8e77a8;
}

.boxHead{
    color: #FFF;
    background: #8e77a8;
    
}

.rightHead{
    color: #FFF;
    background: #8e77a8;
    
}

a:hover {
  animation: changeColor 1s linear infinite;
}

@keyframes changeColor {
    0% {color:#a06ba5;}
    50% {color:white;}
    100% {color:#a06ba5;}
}
 
.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 #f7b5cd;
    transition: 0.5s;
}

.box.blog {
    background: #c7a6e0;
}

a {
    color: white;
}

div {
    text-shadow: -2px 3px 2px #8e77a8;
}