
.dropbtn {
    background-color: #b3d9ff;
    color: black;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 15px;
  }

body{
    background-image: url("http://i68.tinypic.com/jzur2a.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}
/* hover color 
.button:hover {background-color: #80bfff} */
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    margin-right: 5%;
    margin-left: 5%; 
    margin-top: 75px
}

.margin {
  margin-left: 9%;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;

}

h1 {
    text-align: center;
    color:#75a3a3;
    text-align: center;
    font-family: Georgia;
    font-size: 50px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 26.4px;
    padding-top: 5%;
    text-shadow: -2px 0 white, 0 1px white, 1px 0 white, 0 -2px white;
}

h3{
    color:#75a3a3;
    text-align: center;
    font-family: Georgia;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 26.4px;
    text-shadow: -2px 0 white, 0 1px white, 1px 0 white, 0 -2px white;
}
#story{
    text-align: center; 
    margin-top: 75px
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #66b3ff;

}

#finish {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #85d0ff);
  background-image: -moz-linear-gradient(top, #3498db, #85d0ff);
  background-image: -ms-linear-gradient(top, #3498db, #85d0ff);
  background-image: -o-linear-gradient(top, #3498db, #85d0ff);
  background-image: linear-gradient(to bottom, #3498db, #85d0ff);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Georgia;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin-top: 2%
}

.center {
  text-align: center;
}

#finish:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

#finished{
    text-align: center;
    background: #3cb0fd;
   background: #57bcff;
   background: #c2e9ff;
  background-image: -webkit-linear-gradient(top, #c2e9ff, #1f82b8);
  background-image: -moz-linear-gradient(top, #c2e9ff, #1f82b8);
  background-image: -ms-linear-gradient(top, #c2e9ff, #1f82b8);
  background-image: -o-linear-gradient(top, #c2e9ff, #1f82b8);
  background-image: linear-gradient(to bottom, #c2e9ff, #1f82b8);
  text-decoration: none;
    width:40%;
    border-radius: 15px;
    border:1px;
    margin-left: 30%;
    margin-top: 3%;
    padding: 12px 16px;
}

p{
    font-family: Georgia;
}