.song-item {
  min-width: 100px;
  margin-right: 2rem;
  margin-bottom: 2rem;
}

.songs {
  padding-left: .5rem;
  border-left: 2px solid black;
}

.keyof {
  color: gray;
  font-size: 80%;
}

.repertory {
  color: black;
}

.next {
  color: red;
}

.future {
  color: lightgray;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#detail .title {
  font-size: 1.2rem;
  color: #9e9d40;
}

.youtube {
  width: 25%;
  min-width: 350px;
  padding: 10px;
  margin-bottom: 20px;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.youtube h2 {
  border-left: 2px solid black;
  padding-left: .5rem;
  font-size: .8rem;
  height: 2rem;
  line-height: 1rem;
}
/*# sourceMappingURL=app.css.map */