:root {
  --body-text-on-black: #a0a0a4;
  --link-color-on-black: #c5c5ff;
  --link-text-on-light: #00f;
}

body {
  color: var(--body-text-on-black);
  background-color: #000;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  margin-bottom: 1rem;
}

a {
  color: var(--link-color-on-black);
  text-decoration: underline;
}

em {
  font-style: italic;
}

.body {
  color: #b3b3b3;
  text-align: center;
  background-color: #000;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.cd {
  margin-top: 20px;
  margin-bottom: 60px;
}

.rich-text p {
  margin-bottom: 1rem;
}

.rich-text.lyrics {
  font-family: Inconsolata, monospace;
  font-weight: 700;
}

.rich-text.lyrics a {
  color: var(--link-text-on-light);
}

.rich-text.lyrics h2 {
  font-size: 20px;
}

.text-align-center {
  text-align: center;
}

.body-white {
  color: #000;
  background-color: #fff;
}


