body {
    background-color: #dff7ad;
}

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

img {
  cursor: hand;
}

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

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

a {
  outline: 0;
  color: #3580F0;
  text-decoration: none;
}
a:hover {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  color: #0000ff;
  text-decoration: underline;
}

