#collected {
  margin-bottom: 15px;
  font-size: 13pt;
}

.haikus {
  font-family: "Pirata-One";
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 30px;
}
.haikus div {
  line-height: 30pt;
}

h2 {
  font-weight: bold;
  font-size: 22pt;
  color: var(--accent);
  margin: 0 0 10px 0;
}

.separator {
  align-self: center;
  margin: 20px 0;
  border-radius: 1px;
  height: 2px;
  width: 90%;
  background-color: var(--body-light);
}/*# sourceMappingURL=haikus.css.map */