body {
  background-color: black;
  /*7h3y 4r3 \/\/47ch1n9 */
  background-image: url('https://terrible-trent.neocities.org/Photos/Backgrounds/BG.gif');
  background-repeat: repeat; /* Options: repeat, no-repeat, space, round */
  background-size: auto;     /* Options: auto, cover, contain */
  color: white;
  font-family: Courier;
  
 
  text-align: center;
}


ul {
  display: inline-block;
  text-align: left;
}

a {
  color: yellow;
}

/* Keeps links yellow even after they have been visited/clicked */
a:visited {
  color: yellow;
}