
.menu {
    width: 100%!important;
    height: 264.76px;
    position: relative;
    margin: 0 auto;
    background-size: cover;
    font-size: 21px;
    font-weight: bold;
    color:white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


.child_user {
    margin: 2.5%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    align-items: flex-end;    

}
.child_menu {
    background-color: #000000;
    width: 100%;
    height: 65px;
}


@media (min-width: 1250px) {
    .menu {
        width: 808.58px!important;
    }
}

.button_white {
    padding: 8px 12px 8px 12px;
}

@media (max-width: 290px) {
    .button_white {
        padding: 6px 6px 6px 6px;
    }
}