body {
  max-width: 40em;
  margin: 0 auto;
  padding: 5px;
  font-family: Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.6em;
  color: #222;
  background-color: rgb(255, 255, 246);
}

h1, h2, h3 {
  font-family: sans-serif;
  font-weight: normal;
}

img {
  border-radius: 12px;
}

footer {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
}
