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

img{
    width: 100%;
}


header{
    
    background-size: cover;
}

.preparationTime{
    border-radius: 1rem;
    background-color: antiquewhite;
    padding: 1rem;
    margin-top: 1rem;
}

.preparationTime h3{
    margin: 0;
}

.preparationTime ul{
    list-style-type: none;
    
}

p{
    font-size: 1rem;
    text-indent: 20px;
    line-height: 1.5;
}

li{
    line-height: 1.5;
}

span{
    font-weight: bold;
}

body{
    text-align: justify;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    font-family: "Nunito", sans-serif;
}

main{
    margin: 2rem;
}

.preparationTimeUl ul li, #containerIngradientes ul li, #containerInstrucoes ol li{
    margin-left: 20px;
}

h1, h2, h3 {
    margin: 1rem 0;
    font-family: 'Times New Roman', Times, serif;
}

h2{
     color:  rgb(207, 134, 38);
}

table{
    text-align: center;
    margin: auto;
    border-spacing: .5rem;
}

table th, td{
    border-bottom: 1px solid black;
    padding: 1rem;    
    
}
