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

body {
  margin: 0;
}

main {
  width: min(42rem, calc(100% - 2rem));
  margin: 5rem auto;
}

h1, h2 {
  line-height: 1.2;
}

h2 {
  margin-top: 2rem;
}

a {
  color: #3273dc;
}
