h1{
    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;
}

body{
    background-image: url("http://i68.tinypic.com/jzur2a.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}

button{
    vertical-align: center;
    margin-left: 42%;
    margin-top: 10%;
    border-radius: 15px;
    font-size: 20px;
    background-color: #cce6ff;
    border: 2px solid #b3daff;
    width:200px;
    height:100px;

}

.button:hover{
    background-color: #006080
}

.button a{
    text-decoration: none;
    color: #75a3a3;
}