body {
    display: flex;
    flex-direction: column;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    width: 100%;
}

#recipes {
    font-family: Avenir Black;
}

h3 {
    display: flex;
    justify-content: center;
}


/*                                                content                                   */

.contentRecipes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    width: 90%;
    margin-top: 2em;
}


.filterDiv {
    float: left;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-bottom: 1em;
    object-fit: cover;
    display: none;
}


img {
    width: 100%;
}



/*                                                Filter                                   */

button {
    border: none;
    background: none;
    cursor: pointer;
    font-size: 0.75rem;
    color: #141414;
}

#streep {
    font-size: 0.75rem;
    margin-left: 1em;
    margin-right: 1em;
}

.btn.active {
    color: #00ff00;
    font-family: Avenir Black;
}

.show {
    display: flex;
}

.container {
    margin-top: 20px;
    overflow: hidden;
}

#myBtnContainer {
    display: flex;
    flex-direction: row;
}





@media (min-width:738px) {



    main {
        display: flex;
        flex-direction: row;
        justify-content: center;
        justify-items: center;
        width: 100%;
    }


    .contentRecipes {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-self: center;
        width: 90%;
        margin-top: 2em;
    }

    .savoury {
        width: 30%;
        max-width: 20em;
        height: auto;
        margin-left: 1em;
        margin-right: 1em;
        margin-top: 1em;
    }

    .sweet {
        width: 30%;
        max-width: 20em;
        height: auto;
        margin-left: 1em;
        margin-right: 1em;
        margin-top: 1em;
    }



}
