body {
  background-color: #2D1B1B;
  color: AntiqueWhite;
  font-family: Courier;
  text-align: left;
}

h1 {
  text-align: center;
}

h3 {
  text-align: center;
}

rdt {
  color: black;
  background-color: black;
}

a:link {
  color: HotPink;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: DeepPink;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: plum;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: indianred;
  background-color: transparent;
  text-decoration: underline;
}
