a {
    color: yellow;
    background: black;
}

body {
    background-color: #e0e0e0;
}

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%;

  color: yellow;
  text-shadow: none;
  -webkit-transition: 500ms linear 0s;
  -moz-transition: 500ms linear 0s;
  -o-transition: 500ms linear 0s;
  transition: 500ms linear 0s;
  outline: 0 none;
  text-shadow: -1px 1px 10px black, 1px -1px 10px black;
}

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