html {
  width: 100%
}

a {
  text-decoration: none;
  color: gold;
  font-weight:bold;
}

a:hover {
  text-decoration: underline;
}


body {
  font-family: sans-serif;
  font-size: 1.25em;
  margin-left: 5%;
  margin-top:1em;
  margin-bottom: 1em;
  background-color: black;
  color: white;
}
