body {
  background-image: url('https://media.discordapp.net/attachments/789843144215756820/895021353378381884/2021_10_05_0qi_Kleki.png?width=878&height=494');
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

#avatar.avatar {
  background-image: url('https://media1.giphy.com/media/sFMDqop2ku4M0/giphy.gif');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px groove white;
}

#comments {
  border: 2px solid white;
}

.RightHandUserInfo {
  border: 2px solid white;
  background-color: #1b1c1f;
  text-align: center;
}

.contactInfo {
  background-color: #1b1c1f;
  border: 2px solid white;
}

#url.url {
  background-color: #1b1c1f;
  border: 2px solid white;
}

a:link {
  color: white;
}

a:visited {
  color: white;
}

a:hover {
  color: #c0ffee;
}

a:active {
  color: white;
}

.info {
  background-color: #1b1c1f;
  color: orange;
}