body{
    background-color: bisque;
}

h1{
    text-align: center;
}

h2{
    text-align: center;
    font-size: 20px;
    
}
.ingredientes{
    font-size: 25px;
}

p{
    text-align: center;
    font-size: 20px;
}

.img1{
    border-radius: 20px;
    margin-left: 550px;
    width: 700px;
    height: 600px;
}

.valor{
    text-align: center;
    font-size: 25px;

}