body {
  font-family:Arial;
}
@media (prefers-color-scheme: dark) {
  body,
  a {
    background-color: #121212;
    color: white;
  }}
