.headertext{
    font: bold 40px/1 'Ubuntu', sans-serif;
    text-align: center;
    color:  #000000 ;
    text-shadow: rgba(0, 0, 0, 0.1) 2px 2px 2px;
}
#button{
    font-weight: bold;
    text-decoration: none;
    font-size: 19.3px;
    color: #FFFFFF;
    font-family: arial;
    background: linear-gradient(to bottom, #0098DA, #0098DA);
    border: solid #FFFFFF 4.8px;
    border-radius: 5px;
    padding:15px;
    text-shadow: 0px 1px 2px #000000;
    box-shadow: 0px 1px 5px #0098DA;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
#button:hover{
    font-weight: normal;
    opacity: 0.9;
    color: 000000;
    background: linear-gradient(to bottom, #0098DA, #0098DA);
    border: 1px solid #0098DA;
    box-shadow: 0px 1px 2px #000000;
}