.lyrics-poem {
  white-space: pre-line;
  font-family: 'Noto Serif SC', serif;
  font-size: 1.15em;
  line-height: 1.8;
  /* background: #faf7f2; */
  color: white;
  border-radius: 0.7em;
  padding: 1.2em 1.5em;
  margin: 1.5em 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
