*{
    margin: 0;
    padding: 0;
}

:root{
    font-family: "Alice", serif;
    line-height: 30px;
    color: #573A37;
}

body{
    background-image: url(assets/Página\ de\ receita.jpg);
    background-size: cover;
}

#page{
    box-sizing: border-box;
    width: 800px;
    padding: 30;
    background-color: #F0E8C2;
    border-radius: 24px;
    margin: 60px auto 28px;
}

img {
    border-radius: 16px;
}

main{
    padding: 24px;    
}

#about p + p{
    margin-top: 12px;
}

#informations{
    margin-top: 12px;
}

#ingredients{
    margin-top: 12px;
}

ul{
    margin-left: 24px;
}

#preparation{
    margin-top: 12px;
}

#preparation p + p{
    margin-top: 12px;
}

h1{
    font-size: 40px;
    color: #291B1A;
    margin-bottom: 4px;
    line-height: 150%;
}

h2{
    font-size: 24px;
    color: #291B1A;
    margin-bottom: 4px;
    line-height: 150%;
}

#footer{
    color: #F0E8C2;
    padding-bottom: 48px;
}

