header.rpg-title {
  width: 100%;
  height: auto;
  max-height: 20ch;
  font-size: 400%;
}

header.rpg-title h1, header.rpg-title h3 {
  margin: 0;
}

header.rpg-title h1 {
  font-size: 1em;
}

header.rpg-title h3 {
  font-size: 0.5em;
}

section.rpg-title-content {
  margin: 0;
  padding: 0.5ch 0;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

section.rpg-title-content::after, section.rpg-title-content::before {
  content: "";
  width: 100%;
  display: inline-block;
  border: 2px solid;
  margin: .5ch 0;
}
