body {
    background-color: #d0d0d0;
}

h1 {
    font-family: Verdana;
    color: #20a060;
    font-size: xx-large; 
}

img {
  cursor: hand;
}

#poem {
  float: right;
  position: absolute;
  top: 10%;
  right: 0;
  height: 80%;
  width: 30%;
  overflow: scroll;
}

#music {
  position: absolute;
  bottom: 0;
}
