

.showHighlights {
  margin-top: 0;
}

.highlightPurple{
  background-color: rgba(78, 42, 122, 0.3);
}

.highlightPink {
  background-color: rgba(159, 43, 108,0.3);
}


.highlightBlue{
  background-color: rgb(63, 127, 191);
}

.highlightGreen{
  background-color: rgb(127, 191, 63);
}

.highlightGrey{
  background-color: rgba(114, 127, 140, 0.5);
}

.highlightRed{
  background-color: rgb(191, 63, 63);
}

.btn.poem {margin-bottom: 20px !important;}

