@media (prefers-color-scheme: dark) {
.background {
    background-image: url(images/darkmode_background.jpg);
}
}