#header {
    background-color: var(--primary);
}

#headerLogo {
    max-width: 200px;
    margin: 0 auto;
    aspect-ratio: 1;
}

@media (max-width: 800px) {
    #header {
        display: block;
    }

    #headerLogo {
        max-width: 120px;
    }
}
