body {
    margin: 0;
    padding: 0;
    background: #fff
}

@media (prefers-color-scheme: dark) {
    body { background: #131313 }
}