    .menu-logo {
        max-height: 50px;
    }
    
    .grid-container {
        margin: 0.5rem;
    }
    
    .card {
        text-align: center;
        height: 100%;
        width: 300px;
    }
    
    @media (max-width: 375px) {
        .menu-logo {
            max-height: 30px;
        }
        .card {
            margin: 0 auto;
            width: 100% !important;
        }
        .top-bar {
            display: flex;
            align-items: center;
        }
        .menu-text {
            flex-direction: column;
            align-items: middle;
        }
    }
    
    .icon {
        max-width: 16px;
        max-height: 16px;
    }
    
    #modalEnterForm {
        display: block;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 999999;
    }
    
    #enter::before {
        content: url("https://img.icons8.com/material-outlined/16/ffffff/businessman--v2.png");
    }
    
    .x {
        max-width: 20px;
        margin-top: 2rem;
        margin-left: 2rem;
    }
    
    .hidden {
        display: none;
    }