body{
    font-family: "Balsamiq Sans", sans-serif;
    font-weight: 400;
    background-color: #f4f4dc;
    margin: 0;
}

section{
    margin: auto;
    width: 90%;
    max-width: 800px;
}

img{
    max-width: 100%;
    /* width: 280px; */
    /* object-fit: cover; */
}

/* .top-images{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.top-images img{
    display: flex;
    max-width: 40%;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
} */

.tags{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.tags p{
    width: 20%;
    padding: 15px;
    box-sizing: border-box;
    margin-right: 30px;
    text-align: center;
}

.tags p:first-of-type{
    background-color: #ecccdd;
}

.tags p:nth-of-type(2){
    background-color: #abd4ab;
}

.tags p:nth-of-type(3){
    background-color: #ec8b8b;
}

h1{
    margin: 0;
}

h1:first-of-type{
    font-size: 55px;
    padding-top: 30px;
}

h2{
    padding-top: 20px;
    padding-bottom: 5px;
    clear: both;
    font-size: 35px;
    margin: 0;
}

h3{
    clear: both;
    padding-top: 20px;
    padding-bottom: 5px;
}

ul{
    margin: 0;
}

li{
    padding: 5px;
    clear: both;
}

li img{
    padding-top: 5px;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}

#text-description{
    font-style: italic;
    font-size: 25px;
    font-weight: 250;
}

.smaller-times{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-left: 10px;
}

.smaller-times h4{
    display: block;
    padding: 10px;
    margin-right: 50px;
}

.info-boxes{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 30px;
}

.info-boxes div{
    display: block;
    /* padding: 10px; */
}

.info-boxes ul{
    margin-top: 10px;
    margin-bottom: 10px;
}

.times{
    margin-top: 50px;
}

.info-boxes h3, .times h3{
    background-color: #ba8686;
    margin: 0;
    padding-left: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #dddddd;
}

.times, .ingredients, .tools{
    background-color: white;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    border: 1px solid black;
}

.tools, .ingredients{
    width: 48%;
}

.ingredients{
    margin-right: 20px;
}

.gather-ingredients{
    width: 60%;
}

.instructions h3{
    font-size: 25px;
    color: #ba8686;
}

.header-text{
    max-width: 100%;
    background-color: white;
    padding: 60px;
}

.header-img{
    flex: 1;
    object-fit: fill;
}

@media (min-width: 900px){
    header{
        display: flex;
        align-items: center;
        background-color: white;
        margin-bottom: 20px;
    }
    
    header div{
        display: block;
      
    }

    .header-text{
        max-width: 50%;
        padding: 50px;
    }

    .header-img{
        flex: 1;
        object-fit: fill;
    }
}