* {
  margin: 0;
  padding: 0;
}

:root {
  font-family: "Alice", serif;
  color: #573a37;
  line-height: 150%;
}

body {
  background-image: url(assets/bg.jpg);
  background-size: cover;
}

#main-image {
  border-radius: 16px;
}

#page {
  box-sizing: border-box;
  width: 800px;
  background-color: #f0e8c2;
  padding: 24px;
  border-radius: 24px;
  margin: 48px auto 28px;
  font-size: 18px;
  font-weight: 340;
}

main {
  padding: 24px;
}

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

section {
  margin: 20px;
}

section + section {
  margin-top: 24px;
}

ul {
  padding-left: 22px;
}

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

h2 {
  font-size: 24px;
}

h1,
h2 {
  color: #291b1a;
  margin-bottom: 4px;
  line-height: 150%;
  border-bottom: dashed 3px;
  padding-bottom: 14px;
}

p {
    padding-top: 14px;
}

#ingredientes {
    padding-top: 14px;
}

footer {
    color: #F0E8C2;
    text-align: center;
    padding-bottom: 10px;
    font-size: 20px;
}

footer img {
    vertical-align: middle;
}
