.song-grid {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto max-content;

  height: 100%;
}

.song-selection {
  overflow-y: scroll;
  padding-bottom: 3rem;
}
.song-selection .list-group-item .list-group-item-heading {
  margin: 0.5rem 0;
}

.song-name {
  color: #222222 !important;
  font-size: 2rem;
  font-weight: bold;
  margin: 1rem;
}

.song-text {
  padding-top: 2rem;
}

.lyrics {
  overflow-y: scroll;
  color: #222222;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 2.5rem !important;
}
.lyrics * {
  font-size: inherit !important;
  line-height: 1.5;
}
.lyrics h3 {
  font-size: 4rem !important;
}
.lyrics p {
  margin-bottom: 3rem;
}

.song-footer {
  background-color: #ffffff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

.song-footer > p {
  margin-bottom: 0 !important;
}

.full-height {
  height: 100%;
}
