:root {
  color-scheme: light;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #27222a;
  background: #f8f5f7;
}

* {
  box-sizing: border-box;
}

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

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

h1 {
  margin: 0 0 0.5rem;
  font-size: clamp(2.5rem, 10vw, 5rem);
  font-weight: 600;
}

p {
  margin: 0;
}

.status {
  margin-top: 1rem;
  color: #69616b;
  font-size: 0.875rem;
}
