body {
  background-color: black;
  color: #2EFF8F;
  font-family: "Courier New", Monospace;
}

h1 {
  font-family: "Courier New", Monospace;
}

a:link {
  color: #2EFF8F;
}
a:visited {
  color: white;
}