@media (prefers-color-scheme: dark)
{
    html {
        --front: rgb(250,250,250);
        --back: rgb(25,25,25);
    }
}
