    .bottom-menu {
        background-color: black;
        height: 100%;
        display: flex;
        flex-direction: row;
        margin: auto;
    }
    
    .botom-menu-icon {
        height: 35px;
        margin-top: 20px;
    }
    
    @media screen and (max-width:425px) {
        .botom-menu-icon {
            height: 15px;
            margin-top: 10px;
            margin-bottom: 5px;
        }
    }
    
    .bottom-box {
        flex-direction: column;
        display: flex;
        margin-left: auto;
        margin-right: auto;
    }
    
    .local-text {
        color: white;
        text-align: center;
        margin-top: 5px;
    }
    
    @media screen and (max-width:425px) {
        .local-text {
            font-size: 10px;
            margin-top: 0;
        }
    }
    
    .botom-menu-link {
        text-decoration: none;
        color: white;
        margin-top: 10px;
        text-align: center;
    }
    
    @media screen and (max-width:425px) {
        .botom-menu-link {
            font-size: 10px;
            margin-top: 5px;
            text-align: center;
        }
    }