﻿@charset "UTF-8";
#lyrics {
  margin-top: 10px;
  font-family: "Comic Relief", "Comic Sans MS", sans-serif;
}
#lyrics h1 {
  font-weight: 700;
  text-align: center;
  font-family: Tangerine, "Monotype Corsiva", cursive;
  color: blueviolet;
}
#lyrics h1::before, #lyrics h1::after {
  content: " 🎵 ";
  text-shadow: none;
}
@media not print {
  #lyrics h1 {
    text-shadow: 4px 4px 4px var(--bs-gray-700);
  }
}

ul {
  max-width: 26em;
  margin: 1em auto 1em auto;
  list-style-type: "😊";
  color: blue;
}

p {
  max-width: 18em;
  margin: auto auto;
  color: crimson;
  white-space: pre-line;
}
