body {
  font-family: sans-serif;
}
@media (prefers-color-scheme: dark) {
  body {
    color: white;
    background-color: black;
  }
}
