body {
  background-color: #fffcf4;
  font-family: 'Atkinson Hyperlegible', sans-serif;
  padding: 30px;
}
p, footer, h1 {
  margin: 30px auto;
  width: 600px;
}
p {
  font-size: 24px;
}
footer {
  text-align: center;
}
h1 {
  font-size: 64px;
  font-style: italic;
}
