body {
  font-family: Courier New, Helvetica, sans-serif;
  background: white;
  color: black;
  margin: 40px;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

main {
  max-width: 600px;
}