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