/* fuck you Fart Face!*/


/* basics - text, background, overscroll */

body {
  background-image: url("https://i.pinimg.com/originals/ef/5e/4b/ef5e4b4d024c66b42311e337ae8ab4cc.gif");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color:white;
  overscroll-behavior: none;
  text-shadow: 1px 1px 2px black;
}

#header, #hSub {
background: #000000;
color: white !important;
text-align: center;
border-bottom: none;
}

#hSub {
border-bottom: 4px 5px white;
margin: 0px;
margin-top:-5px;
}
a { 
color:white;

}

a:hover { 
color: lightblue;
text-shadow: 1px 1px 2px white;
font-style: italic;
}

#commentInput {
background-image: url('https://wallpapers.com/images/featured/baby-blue-e7l0r9mzdruea4w5.jpg');
color:white;
text-shadow: 0px 0px 10px black;
}

.avatar {
border-radius:90px;
}

/ *name change */


}
/* song cover */


.player.box::after {
    margin-bottom: 9px;
    content: "";
    display: block;
    position: relative;
    width: 280px;
    height: 261px;
    border-radius: 50px;
    background-position: 0,100;
    background-size: 100% 100%;
    background-image: url(https://m.media-amazon.com/images/I/810wDun+sRL._UF1000,1000_QL80_.jpg);
    color: white;
    box-shadow: 0px 0px 7px white;
}

.player {
    padding: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #d3d3d300;
    color: #fff !important;
    width: calc(100% - 89px );
    border: 1px solid #9990;
}

/* border lines, edges and text alignment */

.boxInfo.box {
    
    background-image: url('https://wallpapers.com/images/featured/baby-blue-e7l0r9mzdruea4w5.jpg');
    border-radius: 20px;
    text-align:center;
    border: 1px solid #0000;
    text-shadow: 1px 1px 10px white, 0px 0px 9px lightblue;
}

.boxHead {
    
    background: #0000;

}

.url {
    border-radius:20px;
    text-align:center;
    border: solid 2px #0000;
    background-image: url('https://wallpapers.com/images/featured/baby-blue-e7l0r9mzdruea4w5.jpg')
}