* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  background-color: hsl(30, 54%, 90%);
  width: 100%;
}
body {
  background-color: hsl(0, 0%, 100%);
  font-size: 16px;
}
main {
  padding: 30px;
}

.img-head {
  margin-bottom: 15px;
  width: 100%;
}
h1 {
  margin-bottom: 16px;
}
p {
  margin-bottom: 20px;
}
h4,
h3 {
  color: hsl(14, 45%, 36%);
  margin-bottom: 10px;
}
.prep-section {
  background-color: hsl(330, 100%, 98%);
  margin-bottom: 25px;
  padding: 18px;
  border-radius: 15px;
}
ul,
ol {
  padding-left: 20px;
}
ul li,
ol li {
  padding-left: 10px;
  margin-bottom: 10px;
}
ul li::marker,
ol li::marker {
  color: hsl(14, 45%, 36%);
  font-weight: bold;
}
.ing-section,
.ins-class {
  margin-bottom: 30px;
  border-bottom: 3px solid hsl(30, 18%, 87%);
  padding-bottom: 15px;
}
.nut-section {
  margin-bottom: 30px;
}
.nut-section h3 {
  margin-bottom: 20px;
}
.recipe-table {
  width: 100%;
  border-collapse: collapse;
}
.recipe-table caption {
  margin-bottom: 20px;
  text-align: left;
}
.table-head,
table-body {
  width: 50%;
}
.recipe-table tr {
  border-bottom: 2px solid hsl(30, 54%, 90%);
}
.p-b {
  padding-block: 12px;
}

.p-b-start {
  padding-block-start: 12px;
}

.p-b-end {
  padding-block-end: 12px;
}

.table-head {
  padding-left: 32px;
  font-weight: 400;
  text-align: left;
}

.table-body {
  padding-left: 1rem;
  font-weight: 700;
  color: #854632;
}

@media only screen and (min-width: 1024px) and (min-width: 768px) {
  body {
    border-radius: 20px;
    margin: auto;
    width: 50%;
    align-items: center;
  }
  .img-head {
    border-radius: 20px;
  }
  .image {
    padding: 30px;
    max-width: 100%;
  }
}
