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

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