body {
  background-image: url('https://cdn.upload.systems/uploads/HIzDDxjb.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  color: white;
  background-size: cover;
}

.container {
  width: 40em;
  margin: auto;
  padding: 3px;
}

#comments {
  background-color: #1f2124;
  border: 2px solid white;
  color: white;
}

#avatar {
  border: 4px solid white;
  background-image: url('https://media.discordapp.net/attachments/789843144215756820/892461838531452968/checkered.gif?width=439&height=439');
  background-size: cover;
}

.contactInfoTop {
  background-image: url('https://cdn.upload.systems/uploads/R275dWIJ.png');
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center center;
}

div.info {
  background-image: url('https://cdn.upload.systems/uploads/R275dWIJ.png');
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center center;
  color: white;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}

.RightHandUserInfo {
  background-color: #1f2124;
  color: white;
  border: 4px solid white;
  text-align: center;
}

.blogInfo {
  color: white;
}

.contactInfo {
  background-color: #1f2124;
}

.url {
  background-color: #1f2124;
  color: white;
}

h1.username {
  color: white;
  font-size: 36px;
  border-bottom: 2px solid white;
  font-style: italic;
  font-weight: bolder;
}

.status {
  color: white;
}

.headerBottom {
  border-bottom: solid 3px white;
}

a:link {
  color: white;
}

a:visited {
  color: white;
}

a:hover {
  animation: rainbowgradient 2.5s linear 0s infinite;
}

a:active {
  color: white;

}

#siteTitle {
  visibility: hidden;
  font-style: italic;
  font-weight: bolder;
}

#siteTitle::after {
  visibility: visible;
  content: "meb[dot]trolled[dot]lol";
  position: absolute;
  left: 10px;
  font-size: 27px;
  text-align: center;
}

div.headerTop {
  background-image: url('https://cdn.upload.systems/uploads/R275dWIJ.png');
  background-attachment: fixed;
  background-repeat: repeat;
  background-position: center center;
}

div.headerBottom {
  background-image: url('https://cdn.upload.systems/uploads/R275dWIJ.png');
  background-attachment: fixed;
  background-repeat: repeat;
  background-position: center center;
}

div.rightblogfeed {
  background-color: #1f2124;
  border: 3px solid white;
}

small.formerly {
  display: none;
}

#smsg {
display:none;
}

@keyframes rainbowgradient {
  from {
    color: #6666ff;
  }
  10% {
    color: #0099ff;
  }
  50% {
    color: #00ff00;
  }
  75% {
    color: #ff3399;
  }
  100% {
    color: #6666ff;
  }
}

@keyframes slide {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}