body {
  margin: 32px;
  line-height: 1.4;
  color: #0c4142;
}

.section {
  margin-top: 2em;
}

.section-name {
  font-weight: 800;
  color: #f0522f;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.section-blurb {
  max-width: 30em;
  margin-top: 0.5em;
  font-family: Georgia;
}

.section-blurb + .item {
  margin-top: 1.2em;
}

.item {
  display: block;
  margin-top: 0.8em;
}

.item-name {
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.item-price {
  font-size: 14px;
  font-weight: 500;
}

.item-price span {
  color: #f0522f;
}

.item-blurb {
  display: block;
  max-width: 30em;
  font-size: 14px;
}

