body {
  margin: 0;
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  font-family: system-ui, sans-serif;
  color: #1a1a1a;
  background: #f7f7f8;
}

main {
  text-align: center;
  max-width: 28rem;
  padding: 2rem;
}

p {
  color: #555;
}
