body {
transform: rotate(180deg);
overflow-x: hidden;
font-family: "Comic Sans MS", "Comic Sans", itallic;
}
.commentRight a::before {
  content: "@";
}
.commentRight a {
  text-decoration: none;
  color: black;
  transition: 0.1s;
  position: relative;
}
.commentRight a:hover {
  text-decoration: underline;
} 

img.commentPictures {
  border-radius: 50%;
}
.commentRight small::before {
  content: "sent at ";
}
.commentRight small {
  font-size: 15px;
}

h1.username::after {
  content: url();
  background-size: 38px 38px;
}
.headerTop a {
  animation: ballz 5s linear infinite;
}
div.headerTop a {
  visibility: hidden;
  font-weight: bold;
  position: relative;
  left: 480px;
  top: 3px;
}
@keyframes ballz {
  0%{transform: rotateY(-360deg);}
  100%{transform: rotateY(0deg);}
}
div.headerTop a::before {
  content: ";
  visibility: visible;
  animation-name: ballz;
}
div#addfriend.friend.bruhButton.fwiendButton {
  visibility: hidden;
}
div#addfriend.friend.bruhButton.fwiendButton:before {
  content: 'i am literally';
  visibility: visible;
  position: relative; 
  right: 37px;
}

div#friends img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
#bio img[alt="nword"] {
  width: 365px;
}
body {
  background-image: url("https://data.whicdn.com/images/312880019/original.gif");
}