body {
  background-color: black;
  color: white;
  text-align: center;
  line-height: 2;
}

a {
  color: yellow;
}

a:visited {
  color: lightblue;
}