@media screen and (min-width: 1024px) {
    :root {
        --headerBg: #ffffff;

        --max-width: 800px;
        font-size: 1rem;
    }
}