body {
  background: #eee;
  color: #111;
  font-family: monospace;
}
main {
  margin: 0 auto;
  max-width: 768px;
}
@media (prefers-color-scheme: dark) {
  body {
    background: #111;
    color: #eee;
  }
}
