/* It's fine. You can steal my CSS.*/
body {
background: black;
color: white;
border-color:white;
font-family: tahoma, arial, sans-serif !important;
animation: 0.5s ease-out 0s 1 expandDong;
}
.formerly {
display:none;
}
@keyframes expandDong {
 0% {
	opacity:0;
	transform:  rotate(10deg) scaleX(0) scaleY(0) ;
 }
 100% {
	opacity:1;
	transform:  rotate(0deg) scaleX(1) scaleY(1) ;
	}
}
@keyframes in{
  0%{
    letter-spacing: 3px;
  }
  50%{
    letter-spacing: -3px;
  }
  100%{
    letter-spacing: 3px;
  }
}
#o1337 {
  font-size:0px;
}
#o1337:after {
  font-size:initial;
  content: "hi 01337 user";
}
.RightHandUserInfo {
padding-top: 20px;
}
.bruhButton {
    color:white;
}
#smsg {
display:none;
}
.badge {
display:none;
width: 0px;
height:0px;
}
.username {
color: black;
animation: in 10s ease-in-out forwards infinite;
text-transform: uppercase;
text-align:center;
text-shadow: 4px 4px 8px white, -4px -4px 8px white, 2px 2px #000, -2px -2px #000;
white-space: nowrap;
}
#siteTitle {
font-size: 0px;
}
/* COMPUTER SCIENCE III!!!! I'M A PRO H4XX0R BABY DO'NT MESSZ WIT ME AND MY BOYS OR WE'LL DOCKS YOU */
#siteTitle:after {
font-size: 16px;
color:black !important;
content: "pro haxxer3000 😎😎😎😎😎😎😎😎";
}
a:link {
	color: white;
	text-decoration:underline;
}
a:visited {
	color: white;
}
a:hover {
	color: white;
	text-decoration:none;
	text-shadow: 4px 4px 8px white, -4px -4px 8px white, 2px 2px #000, -2px -2px #000;
}
a:active {
	color: white;
	font-style: italic;
	text-shadow: 4px 4px 8px white, -4px -4px 8px white, 2px 2px #000, -2px -2px #000;
}
#meet {
padding-left: 10px;
}
#bio {
padding-left: 10px;
}
.headerTop{
	background: white;
}
.headerBottom {
	background:black;
}
.contactInfoTop {
	background: white;
	color: black;
}
.contactInfo {
border: 1px solid white;
}
.info {
	color: black;
	background: white;
}
.text1 {
	color: white;
}
ruffle-player {
border: 2px solid white !important;
}
.commentPictures, .friendPreviewPicture, ruffle-player, img, .admin, .status, input, select, #group, .url, .header, .usersGrid {
	filter: grayscale(100%);
}
