html {
    font-family: "Noto Sans", sans-serif;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    background-color: rgb(137, 83, 92);
}

.content {
    margin-left: 100px;
    margin-right: 100px;
    font-size: 20px;
}

header {
    text-align: center;
    background-size:auto;
    overflow: auto;
    height: 600px;
    margin-bottom: -200px;
    
}

h1 {
    font-size: 70px; 
    margin-top: 300px; 
    margin-bottom: 10px; 
    margin-left: 10px;
    color: bisque;
    
}

h2 {
    font-size: 30px;
    margin-top: 0px; 
    margin-bottom: 50px;
    margin-left: 10px;
    line-height: 30px;
    color: bisque;
}

h3 {
    font-size: 20px;
    margin-top: 0px; 
    margin-bottom: 50px;
    margin-left: 10px;
    line-height: 30px;
    color: rgb(137, 83, 92);
}

h4 {
    text-align: center;
    font-size: 35px;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: rgb(137, 83, 92);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: rgb(137, 83, 92);
}


h5 {
    font-size: 35px;
    margin-bottom: 10px;

}

h6 {
    font-size: 20px;
    

}

#intro {
    background-color: rgb(137, 83, 92);
    color: white;
    height: 430px;
    padding: 5px 0px;
    margin-left: 10px;
    margin-right: 10px;


}


.introduction-element {
    display: grid;
    grid-template-columns: 1fr 1fr;
}



.descriptiongrid {
    width: 50%;
    text-align: left;
    margin-left: 4rem;
    margin-top: -350px;
    
}

ul {
    display:flex;
    padding: 0;
    margin-top:40px;
    grid-template-columns: 700px 700px;
    margin-bottom: 40px;
    list-style: none;
}

li{
    width: 100%;
    margin-bottom: 10px;
    list-style: none;
}

#prepare {
    background-color: white;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    font-weight: 800;
    font-size: 15px;
    color: rgb(137, 83, 92);
    border-radius: 35px;
}

#prep {
    list-style: none;
    display: block;
    margin-bottom: 100px;
    }

#ingredients-list {
    font-size: 20px;
    text-align:left;
    font-weight: 500;
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
    color: rgb(137, 83, 92);
    background-color: bisque;
    height: 700px;
    border-radius: 35px;
}

.ingredients {
    text-align: left;
    margin-left: 100px;
    margin-right: 100px;
    
}

#instructions-content {
    font-size: 20px;
    text-align:left;
    font-weight: 500;
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
    color: rgb(137, 83, 92);
    background-color: bisque;
    height: 700px;
    border-radius: 35px;
}

.instructions {
    text-align: left;
    margin-left: 100px;
    margin-right: 100px;
}

#parent-element {
    display: grid;
    grid-template-columns: 1fr 1fr;
    
}

#cream-cheese1 {
    width: 70%;
    margin-top: 10px;
    margin-left: 4rem;
    padding-right: 100px;
    color: bisque;
}

#muffins1 {
    width: 70%;
    margin-top: 10px;
    margin-left: 4rem;
    padding-right: 10px;
    color: bisque;
}

#end {
    text-align: center;
    color: bisque;

}

@media (min-width: 850px) {
    


    .introduction-element {
        display: block;
    }

    .bananabreadimage {
        margin: left;
    }
    
    .descriptiongrid {
        
        margin-left: auto;
        padding-top: 3%;
        padding-bottom: 1%;
    }
    
    #prepare {
        font-size: 1rem;
        
    }

    #ingredients-list {
        font-size: 18px;
        padding: 20px 0;

    }

    .ingredients {
        width: 80%;
        font-size: 18px;
    }

    #instructions-content {
        font-size: 18px;
        padding: 20px 0;
    }

    .instructions {
        margin-right: 10px ;
        width: 80%;
    }

    #cream-cheese1 {
        flex-wrap: wrap;
        width: 70%;
    }

    #muffins1 {
        flex-wrap: wrap;
        width: 70%;
    }

   


    
}

@media (max-width: 849px) {
    
   h1 {
    font-size: 50px;
    width: fit-content;
   }

   h2 {
    font-size: 20px;
    width: fit-content;
   }
    .introduction-element {
        display: block;
    }

    .bananabreadimage {
        margin: left;
        margin-top: -150px;
        margin-bottom: 10px;
        padding: 20px 0px;
        
    }

   
    .descriptiongrid {
       flex-wrap: wrap;
        display: flex;
        width: 90%;
        
        font-size: 14px;
        padding-top: 60%;
        padding-bottom: 1%;
        margin-left: 20px;
        margin-bottom: 20px;
       
    }

    #prepare {
        font-size: 10px;
   
        display: block;
    }

    #prep {
        font-size: smaller;
        flex-wrap: wrap;
    

    }

    #ingredients-list {
        font-size: 15px;
        height: fit-content;
        padding: 20px 0px;

    }

    .ingredients {
        width: 70%;
        padding: 20px -20px;
    }

    #instructions-content {
        font-size: 15px;
        height: fit-content;
        padding: 20px 0;
    }
}





