/*
STEALING THIS CSS IS LIKE SMOKIN GAS STATION WEED!!! NOT COOL .
*/
.songName {
    margin-top: 0px;
    font-size: small;
    filter: sepia(0%) saturate(0%) grayscale(0) contrast(100%) invert(0%);
}
.player {
    padding: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: none;
    width: calc(100% - 10px );
    border: 0px solid #999;
    filter: sepia(0%) saturate(100%) grayscale(0) contrast(100%) invert(100%);
}
#avatar.avatar{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;  
  box-shadow: 0px 0px 20px black;
  border: 4px solid green;
  padding: 5px;
  border-image: url(https://hips.hearstapps.com/amv-prod-gp.s3.amazonaws.com/gearpatrol/wp-content/uploads/2020/04/Weed-Terms-Gear-Patrol-Lead-Full.jpg?crop=0.6701030927835051xw:1xh;center,top&resize=640:*) 20 round;
}
body {
color:hotpink;
    background: url(https://static.politico.com/75/6b/60ac7a184957bcfbcf2530c682de/220902-marijuana-ap.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Impact;
    font-size: 15px;
    text-transform: uppercase;
}
.logo {font-size: 0px}
.logo:after {
  font-size: 15px; 
  content: "GhettoSmosh.com";
  text-align: left;
}
#container {
    background: url(https://i.imgur.com/Z2dofrF.jpg);
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    border: 50px solid transparent;
    padding: 15px;
    border-image: url(https://i.imgur.com/0tiEpLf.png) 22 round;
}
body::before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    background-image: url(https://myspace.f46n.org/res/discord/attachments/1001017194475434024/1029598571214950530/ezgif-1-d616ca8979.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: 5.2s;
}
    @keyframes fade {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}