body {
  font-family: system-ui, sans-serif;
  background: #f5f5f5;
  color: #333;
}

main {
  max-width: 600px;
  margin: 5rem auto;
  text-align: center;
}
