html { 
  background: url(img/mapbg.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}


#ladygaga {
    position: absolute;
    left: 400px;
    top: 100px;
}

#aesthetic3 {
    width: 80px;
    height: 22px;
    background-color: #589853;
    position: fixed;
    right: 85px;
    bottom: 20px;
    border-style: solid;
    text-align: center;
}

#music {
    position: fixed;
    left: 85px;
    bottom: 20px;
}

a {
    text-decoration:none;
    color: #000000;
}



input {
  position: absolute;
  left:100px;
  top:100px;
  background-color: #aabbcc;
}



#instructions {
    width: 500px;
    height: 22px;
    background-color: #589853;
    position: fixed;
    left: 40px;
    top: 0px;
    border-style: solid;
    text-align: center;
}