html {
  line-height: 1.5;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
  margin: 0;
  line-height: inherit;
}

.page {
  display: flex;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #0e2016;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
}

@media (max-width: 640px) {
  .page {
    font-size: 1.25rem;
  }
}
