*{
    margin: 0px;
    padding: 0px;
}

.container{
 height: 100vh;
 display: flex;
 flex-direction: column;
 position: relative;
}
/*
section{
    background-color: rgb(228, 164, 27);
    display: flex;
    justify-content: spa;
}

section>div{
    background-color: rgb(167, 116, 8);
    border-radius: 15%;
    margin: 10px;
    padding: 20px;
}
*/

section{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.caixa{
    display: flex;
    margin-top: 50px;
    justify-content: center;
}

footer{
    display: flex;
    justify-content: center;
    background-color: black;
    color: #fff;
    position: absolute;
    padding-top: 10px;
    bottom: 0;
    width: 100%;
}

a{
    color: black;
}

.ingredientes{
    padding-top: 20px;
    padding-left: 100px;
}

.voltar{
    margin: 10px;
}

.voltar >a{
    color: black;
}

.curiosidades{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}

.curiosidades>p{
    font-size: 20px;
}

.email{
    display: flex;
    justify-content: center;
}

.email>img{
    width: 80px;
    height: 80px;
}