/* Info */

.info-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.title {
  font-family: cursive;
  font-size: 3em;
  text-align: center;
}

dl {
  margin-block: 16px;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 16px;
}

/* Reviews */

.review {
  padding: 16px;
  margin-block: 16px;
  border: 1px currentColor dashed;
}
.honey {
  position: absolute;
  left: -9999px;
}

textarea {
  width: 100%;
  resize: none;
}
