@media screen and (max-width:600px) {
    #index-banner{
        display: none;
    }
}

/* @media screen and (max-width:600px) {
    #header-logo{
        justify-content: center;
        align-items: center;
        font-size: 1.05rem
    }
} */
