body{
    background-image: url(Página\ de\ receita.png);
    background-size: cover;
}
img{
    border-radius: 16px;
}

#page{
    width: 800px;
    padding: 24px;
    background-color: #f0e8c2;
    border-radius: 24px;
    margin: 48px auto 24px;
    box-sizing: border-box;
}
:root{
    line-height: 150%;
    color: #573a37;
}

h1{
    font-size: 40px;
    line-height: 140%;
}

h2{
    font-size: 24px;
}

h1, h2{
    color: #291b1a;
}

footer{
    color: #f0e8c2;
    text-align: center;
    padding-bottom: 48px;
}

footer img {
    vertical-align: middle;
}