:root {
  color-scheme: dark;
  font-family: ui-sans-serif, system-ui, sans-serif;
  background: #07111f;
  color: #e9f1ff;
}

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

main {
  width: min(38rem, calc(100% - 3rem));
}

.eyebrow,
code {
  color: #6ee7b7;
}

a {
  color: #93c5fd;
}
