body {
  margin: 0;
  font-family: "Segoe UI Variable", "Segoe UI", -apple-system, BlinkMacSystemFont,
    system-ui, Roboto, "Helvetica Neue", Arial, sans-serif;
  background: #f3f3f3;
  color: #1b1b1b;
}

.page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  padding: 2rem 2.5rem;
  text-align: center;
}

.card h1 {
  margin: 0 0 0.5rem 0;
  font-size: 1.4rem;
}

.card p {
  margin: 0;
  color: #5c5c5c;
}
