body {
  background: rgb(20, 20, 20);
  font-family: Tahoma, 'Geneva', Verdana;
  color: rgb(100, 100, 100);
}

h1 {
  color: white;
  font-family: 'Palatino', 'Palatino Linotype', 'Hoefler Text', Times, 'Times New Roman', serif;
  font-size: 8em;
  margin-top: 80px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.25em;
}

div#container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  width: 38em;
}

div#song {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  width: 300px;
  border: rgb(140, 140, 140) thin solid;
  color: rgb(140, 140, 140);
  padding: 20px;
  line-height: 1.2em;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-style: italic;
  font-size: 1.2em;
}

div#song p {
  margin-top: 20px;
  margin-bottom: 20px;
}