body {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("https://www.lolman707.com/stuff/back.png");
  color: white;
}

#siteTitle {
font-size: 0px;
}

#siteTitle:after {
font-size: 16px;
font-family: "Lucida Console";
content: "myspace eats balls";
}

.formerly{
display: none;
}

.headerTop{
background-color: #003399;
}

.headerBottom{
background-color: #6699cc;
}

.info{
background-color: #fc9;
color: #cc6633;
}

.contactInfoTop{
background-color: #6699cc;
}

#blogs, #videos{
display:none;
}

#aboutme {
font-size: 0px;
}

#aboutme:after {
content: "about me:";
font-size: 16px;
}

#wish {
font-size: 0px;
}

#wish:after {
content: "who i wish to meet:";
font-size: 16px;
}

.url:not(small){
font-size:0px;
}

.url:not(small):before{
font-size:16px;
content:"cool website:";
}

a[href="//meb.trolled.lol?id=7"]{
font-size:0px;
}

a[href="//meb.trolled.lol?id=7"]:after{
content:"www.lolman707.com";
font-size: 14px;
text-decoration: underline;
}

@keyframes spin {
    from {
      -moz-transform: rotateX(0deg);
      -ms-transform: rotateX(0deg);
      transform: rotateX(0deg);
    }
    to {
      -moz-transform: rotateX(-360deg);
      -ms-transform: rotateX(-360deg);
      transform: rotateX(-360deg);
    }
}

@keyframes spin3d {
    from {
      transform: rotateX(0deg) rotateY(50deg) rotateZ(180deg);
    }
    to {
      transform: rotateX(720deg) rotateY(770deg) rotateZ(-180deg);
    }
}

.username {
  animation: spin 2s linear infinite;
}
.avatar {
  animation: spin3d 2.21s linear infinite;
}

* {
  cursor: url(https://cur.cursors-4u.net/sports/spo-1/spo16.ani), url(https://cur.cursors-4u.net/sports/spo-1/spo16.png), auto !important;
}

/*fuck you upwader*/