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

body {
  margin: 0;
  line-height: 1.5;
}

main {
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 20px;
}

a {
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}
