* {
  box-sizing: border-box;
}
body {
  font-family: Courier;
  margin: 0;
  background: #FFD482;
  color: #2E2100;
}
header {
  background: #FFB05E;
  color: #2E2100;
  text-align: center;
}
main {
  max-width: 960px;
  margin: 0 auto;
}
section {
  background: #F2A06F;
}
section h2 {
  margin-top: 0;
  color: #2E2100;
}
footer {
  text-align: center;
  background: #F2E3CB;
  font-size: 0.9rem;
}