/* comments */
.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: sex 5s linear infinite;
}
div.headerTop a {
  visibility: hidden;
  font-weight: bold;
  position: relative;
  left: 480px;
  top: 3px;
}
@keyframes sex {
  0%{transform: rotateY(-360deg);}
  100%{transform: rotateY(0deg);}
}
div.headerTop a::before {
  content: ";
  visibility: visible;
  animation-name: sex;
}
div#addfriend.friend.bruhButton.fwiendButton {
  visibility: hidden;
}
div#addfriend.friend.bruhButton.fwiendButton:before {
  content: 'Send Sex Request';
  visibility: visible;
  position: relative; 
  right: 37px;
}

div#friends img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
#bio img[alt="kidneyfail"] {
  width: 365px;
}
body {
  background-image: url("https://cdn.discordapp.com/attachments/841907068440412163/903281072517836860/minions-dance.gif");
}

