html,
body {
  height: 100%;
  margin: 0;
}

body {
  display: grid;
  place-items: center; /* centers horizontally + vertically */
  font-family:
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
}
