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

body {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
  background: #101316;
  color: #f5f7f8;
}

main {
  width: min(28rem, calc(100vw - 2rem));
}

a {
  color: #9bd7ca;
}
