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

body {
  margin: 0;
}

.page {
  min-height: 100vh;
  display: grid;
  place-content: center;
  padding: 24px;
  text-align: center;
}

h1 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 700;
}

p {
  margin: 0;
  color: #52606d;
}
