body {
  font-size: 1.5rem;
  margin: 1rem auto;
  max-width: 40rem;
  padding-inline: 1rem;
  color: #fffff8;
  background-color: #111111;
  font-family: "Lato", sans-serif;
  border: 1px solid #fffff8;
  border-radius: 0.5rem;
}

a {
  color: skyblue;
}