body {
    background-color: black;
    color: white;
    font-family: sans-serif;
    margin: 0;
    padding: 0;
  }
  .title {
    font-size: 18pt;
    text-align: center;
    margin-top: 20px;
  }
  .lyrics {
    font-size: 14pt;
    margin-left: 20px;
    line-height: 1.5;
  }
  .chorus {
    font-size: 14pt;
    margin-left: 25px;
    line-height: 1.5;
	font-style: italic;
  }
  .chords {
    font-family: monospace;
    color: yellow;
  }
