@media (prefers-color-scheme: dark) {
  body {
    background-color: #121212;
    color: #ebf4fe;
  }
}
