body.page-home {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
  background: Canvas;
  color: CanvasText;
  color-scheme: light dark;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.page-home main {
  text-align: center;
}

body.page-home h1 {
  margin: 0;
  font-size: clamp(2.5rem, 8vw, 5rem);
  font-weight: 750;
}

body.page-home p {
  margin: 1rem 0 0;
  font-size: 1.125rem;
  color: color-mix(in srgb, CanvasText 70%, Canvas);
}

body.page-home a {
  display: inline-block;
  margin-top: 1.5rem;
  color: LinkText;
  font-size: 1rem;
}
