html, body {
  width: 100%;
  height:100%;
}

/* stolen from ziad sorry */
/* stolen from aaronic Trolololololol */
.headTop, .links, .infotable td, .infotable th { background: #0000 !important }


#wish {
color: #000000;
}
.topLeft, .player box, .topRight {
  background-color: #333;
  border: 10px #fff solid;
}

#aboutme {
color: #000000;
}

.headTop .right a:last-child {
   content: "Test";
}

body {
  color: #000;
  font-family: Arial Black;
}

.username {
text-shadow: 2px 2px;
}

.boxHead {
  background: #000000;
  width: 365px;
  height: 20px;
}

.logo {
 visibility:hidden
}
.logo:after {
  content: "mediocrespace";
  font-size: 16px;
  color: #FFFFFF;
  visibility: visible;
  position: absolute;
  left: 16px;
}

.fwiendCount:after {
  color:#f93;
  content: ",3"
}


.svmsg:after {
  content: "Help.";
  font-size: 16px;
  color: #FFFFFF;
  visibility: visible;
  position: absolute;
  left: 16px;
}

.status {
font-size: 0px;
}

body {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.infotable {
background: white;
}

#welcome {
background: white;
}
.url{
background-color: #FFFFF0;
  -ms-transform: matrix(1, 0, 0.5, 1, 150, 0); /* IE 9 */
  transform: matrix(1, 0, 0.5, 1, 0, 0); /* Standard syntax */
}

#status{
font-size: 0px;}