*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  font-family: system-ui, -apple-system, sans-serif;
  color: #1a1a1a;
  background: #f5f5f7;
}

body {
  margin: 0;
  min-height: 100vh;
  display: grid;
  place-items: center;
}

.page {
  text-align: center;
  padding: 32px 20px;
}

.label {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888;
}

h1 {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 700;
}

.note {
  margin: 0;
  font-size: 15px;
  color: #666;
}
