body {
    margin: 5%;
    font-family: monospace;
    font-size: 1.5em;
    max-width: 500px;
}

a {
  text-decoration: none;
  font-size: 3em;
  padding-right: 20px;
}

button {
  font-family: monospace;
  font-size: 1em;
  border-width: 0px;
  background-color: white;
}

footer {
  position: fixed;
  bottom: 10%;
}

.answer {
  color: white;
}

#start-over {
  font-size: 1.5em;
  color: white;
  text-decoration: underline;
}

#start {
  font-size: 1.5em;
  color: pink;
  text-decoration: underline;
}

#link {
  font-size: 1.2em;
  color: white;
  text-decoration: underline;
