:root {
  color-scheme: light dark;
  font-family: system-ui, sans-serif;
}

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

main {
  max-width: 42rem;
  padding: 2rem;
  line-height: 1.6;
}

code {
  font-family: ui-monospace, monospace;
}
