html {
  color-scheme: light;
  background: #fff;
  color: #222;
  font-family: Arial, sans-serif;
}

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

main {
  padding: 24px;
  text-align: center;
}

h1 {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 400;
}

p {
  margin: 0;
  color: #666;
  font-size: 14px;
}
