#svmsg {
  display: none;
}
.url {
    border: solid 0px #69c;
    padding: 2px;
    color: #ff0000
}
.tableLeft {
  background: url(https://coverflooring.com/wp-content/uploads/2019/05/PVC-Expomoda-0005-Dark-Grey.jpg);
  border: solid 1px #fff;
}
.tableRight {
  background: url("https://upload.wikimedia.org/wikipedia/commons/thumb/4/49/A_black_image.jpg/640px-A_black_image.jpg");
  border: solid 1px #aaa;
}
.boxInfo {
  background: url("https://upload.wikimedia.org/wikipedia/commons/thumb/4/49/A_black_image.jpg/640px-A_black_image.jpg");
}
.extended {
  border: solid; 
  background-position: center; 
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/4/49/A_black_image.jpg/640px-A_black_image.jpg");
}
.boxButton, body a {
  color: #1f5291 !important;
}
h2.uName {
  font-family: 'Lucida Sans Typewriter';
  color: #4a0575;
}
.fwiendCount:after {
  color: #ff0000;
  content: " no"
}
.boxInfo {
  background: url("https://i.pinimg.com/originals/5d/9e/2f/5d9e2fddb37080c38f12da34acf5b2fc.jpg");
}
.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%);
}
body {
  color: #ffffff;
  font-size: 15px;
  text-shadow: 1px 1px #000000;
  text-transform: uppercase;
  text-align: center;
  font-family: Comic Sans MS, Comic Sans, cursive;
  font-style: bold;
  color: #FFFFF0
  cursor:url(https://www.cursor.cc/cursor3d/69336.png),auto;
}
#avatar.avatar{
  display: block;  
  max-width: 145px;
  margin-left: -2%;
  box-shadow: 0px 0px 20px black;
  border: 4px solid blue;
  padding: 5px;
  border-image: url(https://media.tenor.com/AP7Eug4uSXcAAAAd/trippy-colorful.gif) 20 round;
}
body {
 background-image: url("https://64.media.tumblr.com/d32b7fe6a61f51cec3b8482705e7cd9e/a07cd9f5b0278f79-b3/s400x600/06f2d7c32f94f5c5aa5c48e2da51e1206336b302.gif");
 background-repeat: no-repeat;
 background-size: cover;
 background-attachment: fixed;
}
body::before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    background-image: url(https://wallpaperaccess.com/full/1397755.jpg);
    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: linear;
	animation-duration: 3s;
}
    @keyframes fade {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}