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