:root {
  color: #f5f7fb;
  background: #090a0f;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  min-width: 320px;
  min-height: 100svh;
  margin: 0;
  background: #090a0f;
}

.page {
  display: grid;
  min-height: 100svh;
  place-items: center;
}

h1 {
  margin: 0;
  font-size: clamp(2.5rem, 8vw, 6rem);
}
