html, body {
    background-color: #26201E !important;
}

:root {
    color-scheme: only dark;
    supported-color-schemes: dark;
}

/* Снежинки */
.snowflake {
    position: fixed;
    top: -40px;
    z-index: 9999;
    pointer-events: none;
    will-change: transform;
    filter: blur(0.4px);
}