body{
background-image:url('https://file.garden/Zdo7PegxzVCR--ab/New%20Project%2052%20%5B1DCAB6D%5D.gif');
background-repeat:repeat;
background-attachment:fixed;
Background-size:400px;
}

body:after {
  background-image: url(https://file.garden/Zdo7PegxzVCR--ab/Untitled10_20240625001013.png);
  content: "";
  height: 300%;
  background-size: 1010px;
  left: -50%;
  opacity:.3;
  position: fixed;
  top: -110%;
  width: 300%;
  pointer-events:none;
z-index:1;
}

Body:before{
  content: " ";
  position:fixed;
  width: 101%;
  height: 100%;
  box-shadow: 0 0 20px 25px #000 inset;
  z-index: 10;
  pointer-events: none;
Margin-left:-10px;
}

#header{
background-color:black;
border-bottom:white double 5px;
}

#hSub{
background-color:darkred;
border-bottom: double black 5px;
}

#container{
width: 1000px;
background:black;
color:white;
border:red double 8px;
}

.stickers{
display:flex;
}

a{
color:red;
transition: .2s steps(4);
font-family: "Almendra SC", serif;
}

a:hover{
letter-spacing: 1px;
color:white;
text-shadow: 0px 0px 10px red;
}

p{
color:white;
font-family: "Almendra SC", serif;
}

#online{
content:url(https://i7.glitter-graphics.org/pub/272/272737ktepjlca4c.gif);
}

#container > div.topRight > div.box.blurbs{
padding: 5px;
border: double darkred 5px;
}

#container > div.topRight > div.box.blurbs > div.rightHead{
background-color:black;
color:white;
border-bottom:solid 2px darkred;
}

#container > div.topRight:before{
content:"";
display:block;
height: 150px;
width:95%;
background-image:url('https://file.garden/Zdo7PegxzVCR--ab/yessssbro50milly.png');
background-size: 500px;
background-repeat:no-repeat;
background-position:center center;
filter:invert(1);
Border:double lightcyan 5px;
}

#container > div.topLeft > div.player.box{
background:black;
border: 5px double darkred;
}

#container > div.topLeft > div.url.box{
border:none;
}

#container > div.topLeft > div.url.box > div:nth-child(2) > a{
color:white;
}

#container > div.topRight > div.box.blurbs > h4:nth-child(2), #container > div.topRight > div.box.blurbs > h4:nth-child(4){
color:red;
}

#container > div.topLeft > div.player.box > audio{
filter: invert(1) contrast(150%);
}

#container > div.topLeft > div.player.box > div{
color:red;
}

#container > div.topLeft > div.boxInfo.box{
border: double darkred 5px;
}

#container > div.topLeft > div.boxInfo.box > a:nth-child(2){
color:red;
}

#container > div.topLeft > div.boxInfo.box > div{
background-color:black;
border-bottom: solid darkred 2px;
}

#container > div.topRight > div.box.fwiends{
border: double darkred 5px;
margin-bottom: 10px;
}

#container > div.topRight > div.box.fwiends > div.rightHead{
border-bottom: solid darkred 2px;
background-color:black;
color:white;
}

#container > div.topRight > div.box.fwiends > div.fwiendCounter > b > span.fwiendCount{
color: red;
}

#container > div.topLeft > table{
border: double 5px darkred;
}

#container > div.topLeft > div:nth-child(1){
text-align:center;
}

@import url('https://fonts.googleapis.com/css2?family=Almendra+SC&display=swap');