:root {
  color-scheme: light dark;
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    sans-serif;
}

body {
  margin: 0;
  display: grid;
  place-items: center;
  min-height: 100vh;
}

main {
  max-width: 40rem;
  padding: 2rem;
}

code {
  background: rgba(127, 127, 127, 0.15);
  padding: 0.1rem 0.3rem;
  border-radius: 0.25rem;
}
