html, body {
  width: 100%;
  height:100%;
}

#wish {
color: #000000;
}

#aboutme {
color: #000000;
}

.username {
text-shadow: 2px 2px;
}

#friends {
  border-radius: 25px;
  background: #FFFFFF;
  padding: 20px; 
  width: 200px;
  height: 200px;
}

#siteTitle {
font-size: 0px;
}
#siteTitle:after {
font-size: 16px;
color:white !important;
content: "fuck off I HATE MCDONALDS I HATE BURGER KING";
}

.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%;
    }
}



.contactInfo {
background: white;
}

#welcome {
background: white;
}
#smsg {  
  font-size: 0px;
  margin: 0px;
}
#smsg::after {
  font-size: 16px;
  content: "youre balls will be chopped off";
  margin: 0px;
}
.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;}


