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