* {
  margin: 0;
  padding: 0;
}

:root{
font-family: "Alice", serif;
color: #573A37;

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

#page {
  width: 800px;
  max-width: 800px;
  box-sizing: border-box;
  padding: 24px;
  background-color: #F0E8C2;
  border-radius: 24px;
  margin: 48px auto;

  
}

img {
  border-radius: 16px;
}

main {
  padding: 24px;
}

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

}

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

h2{
font-size: 24px;

}

h1, h2{
  color: #291B1A;
  margin-bottom: 4px;
  line-height: 150%;
}

ul {
  padding-left: 12px;

}

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

}

footer img {
  vertical-align: middle;
    

}