div {
  margin-left: 5%;
  max-width: 35em;
}
div.header {
  text-align: center;
}
div.body {
  text-align: left;
}
div.body-center {
  text-align: center;
}
div.footer {
  text-align: center;
}
div.song-copyright {
  text-align: center;
}
div.song-lyrics {
  text-align: center;
  color: black;
}
div.song-players {
  text-align: left;
  color: green;
}
div.song-story {
  text-align: left;
  color: blue;
}
div.song-background {
  text-align: left;
  color: maroon;
}
img.w3logo {
  border: 0px solid ;
  width: 41px;
  height: 17px;
}

