section {
  display: block;
  background-color: black;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}

section-title {
  display: block;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  color: white;
  border-bottom: 2px dashed white;
  font-size: 2em;
}/*# sourceMappingURL=section.css.map */