body {
    text-align: center;
}

.menuButton {
    background: #398525; /* old browsers */
    background: -moz-linear-gradient(top, #8DD297 0%, #398525 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8DD297), color-stop(100%,#398525)); /* webkit */
    box-shadow: inset 0px 0px 6px #fff;
    -webkit-box-shadow: inset 0px 0px 6px #fff;
    border: 1px solid #5ea617;
    border-radius: 10px;
    display: block;
    font: bold 55px/25px Helvetica, Sans-Serif;
    height: 60px;
    padding: 2px 0 0 0;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #147032;
    text-shadow: 0px 1px 2px #b4d1ad;
    transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    width: 300px;    
}

.menuButton:hover {
    color: #f6f028;
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}

h1 {
    color: #FFFFFF;
    text-shadow: -1px 0 0 #000000, 1px 1px 0 #000000, 2px -1px 0 #000000, 3px 0 0 #000000;
    font: bold 55px/25px Helvetica, Sans-Serif;
}
