* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  min-height: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f5f7fb;
  color: #111827;
}

body {
  display: grid;
  place-items: center;
  padding: 32px;
}

/* main {
  max-width: 640px;
  width: 100%;
  padding: 32px;
  border-radius: 24px;
  background: white;
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.08);
  text-align: center;
} */

h1 {
  font-size: 2.25rem;
  margin-bottom: 1rem;
}

p {
  color: #4b5563;
  line-height: 1.7;
}
