@media only screen and (max-width:500px) {
    .menuler {
        display: flex !important;
    }
}

.btn-yesil {
    background-color: #ABC71A;
}