body {  font; font-family: "Comic Sans MS";
font-size: 115%;
cursor: url(https://cur.cursors-4u.net/toons/too-7/too624.cur), auto !important;  
background-color: #828282;
/* background: url("bfdi.tv/machine.gif"); *.
/* animation: spinner 10000s linear infinite; */ }

@keyframes spinner {
    from {
      transform: rotate3d(0, 1, 0, .1deg);
    }
    to {
      transform: rotate3d(0, 1, 0, 360deg);
    }
}

p {  color: #e0e0e0;  }
b {  font-size: 0px;  }
a {  color: #90d2d2;  }
.info, .text1, .commentRight, .contactInfoTop  {  color: #e0e0e0;
background-color: #686868; }

#siteTitle:after {
font-size: 16px;
content: "mail.qq.com";
text-align: center;
}

/* #wish { font-size: 0px; } */
#wish:after {
font-size: 1px;
content: "hi";
text-align: center;
}

/* .commentRight::after {
content: "aLSO YOU'RE THE MOST RADICAL FRIEND ON EARTH";
}  my self esteem may be as low as your chromosome count but i'm not using this yet */ 

.avatar {
  animation: spinner .08s linear infinite;
}

#header { background-color: #686868; }

#welcome { font-size: 0px; }
#welcome:after {
font-size: 16px;
content: "just fucking log in damnit";
text-align: center;
}

#blogs:before {
font-size: 16px;
content: "this was supposed to be sugar, sugar but whatever";
text-align: center;
}


/* haha time to steal code from everyone else */