
@media screen and (max-width: 500px) {
    /* .content{margin-top: 11vh;} */
    /* footer{
        position: fixed;
        width: 100vw;
        bottom: 25px;
    } */
    .menu{
        position: relative;
        flex-direction: row;
        height: fit-content;
        margin: 0;
        width: 100vw;
        justify-content: space-around;
    }
    .icon{height: fit-content;}
    .icon h2{
        /* text-align: center !important;  */
        font-size: 2.2em; 
        -webkit-text-stroke: 0.5px var(--bkg-col);
    }
}