body {
  font-family: sans-serif;
  text-align: center;
  background-color: black;
  color: rgb(200, 200, 200);
}
a:link {
  color: rgb(150, 150, 150);
}
a:visited {
  color: rgb(100, 100, 100);
}
