body::before {

content: "";

display: block;

position: fixed;

left: 0;

top: 0;

width: 200%;

height: 200%;

background-image: url(https://media1.tenor.com/m/SlW2VtL9pG0AAAAC/delta-rune-deltarune.gif);

background-position: 0 0;

background-repeat: no-repeat;

pointer-events: none;

background-size: 100em 50%;

z-index: 10000;

opacity: 0;

animation-name: fade;

animation-iteration-count: 1;

animation-timing-function: step-end;

animation-duration: 7.0s;

}
@keyframes fade {

0% {

opacity: 1;

}

100% {

opacity: 0;

}

}
body {
    background-size: 100% 100%;
    background-position: 0px 0px;
    background-color: black;
    font-family: Arial;
    padding-top: 45px;
    font-size: 15px;
    color: hotpink;
}
}
div.extended.box, div.songName, div.rightHead, div.box.blurbs, div.box.fwiends, div.boxHead, div.boxInfo.box, div.player.box, div.fwiendFace img, .short, .avatar, h2#name.uName {
    background-color: rgba(161, 161, 255, 0.44);
    color: rgb(255, 255, 255);
    padding: 4px;
    border-width: initial;
    border-style: groove;
    border-image: initial;
    border-radius: 8px;
    border-color: rgb(244, 244, 244);
}
