html {
  color-scheme: light dark;
  scroll-behavior: smooth;

  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 20px;
  margin: 2rem auto;
  padding: 2rem;
  font-family: "Iowan Old Style", "Palatino Linotype", "URW Palladio L", P052,
    serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
}

main {
  max-width: 32rem;
}
