:root {
  color-scheme: light;
}

body {
  margin: 0;
  background: #fff;
  color: #000;
  font-family: system-ui, sans-serif;
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  text-align: center;
}

main {
  padding: 2rem;
}
