p.rating {
  display: inline;
  color: var(--subtext0);
}

#outerflex {
  display: flex;
  align-items: center;
  justify-content: center;
}
#outerflex > #main {
  display: flex;
  flex-flow: column wrap;
  text-align: left;
}
#outerflex > #main > h1 {
  border-bottom: 2px solid var(--text-color);
  margin-top: 5vh;
  margin-bottom: 2vh;
}
#outerflex > #main > p {
  margin-bottom: 1vh;
}
#outerflex > #main > h2 {
  border-bottom: 1px solid var(--text-color);
  margin-bottom: 2vh;
}
#outerflex > #main > ul {
  list-style-type: circle;
  margin-bottom: 4vh;
}
#outerflex > #main > ul > li > details > ul {
  list-style-type: square;
  margin-left: 1rem;
}

/*# sourceMappingURL=page_music.css.map */
