body {
  font-family: futura, 'Helvetica Neue';
  font-size: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: hsl(45, 15%, 15%);
  background-color: hsl(45, 10%, 90%);
  margin: 2em;
}

ul {
  list-style-type: none;
  padding-left: 0;
  flex-direction: column;
  align-items: center;
}

a:link {
  text-decoration: none;
  color: hsl(90, 61%, 42%);
}

a:visited {
  color: hsl(90, 61%, 42%);
}
