* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #1F4D36;
}

ul {
    text-decoration: none;
}

a {
    text-decoration: none;
}




@media (max-width:576px) {
    .links {
        flex-direction: column !important;
        background-color: #d4f8e6 !important;
        max-height: 0;
        overflow: hidden;
    }

    #menu-Btn:checked~.links {
        max-height: 400px;
        padding: 20px;
        position: absolute;
        top: 130px;
        right: 0;
        align-items: start;
        font-weight: 600;
    }


}