.rounded-red-button {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    height: 0px;
    line-height: 0px;
    color: #FFFFFF;
    font-family: arial;
    font-size: 21px;
    font-weight: 900;
    padding: 17px 20px 19px 20px;
    background-color: #CC1212;
    box-shadow: 1px 4px 8px 0px #757575;
    -webkit-box-shadow: 1px 4px 8px 0px #757575;
    -moz-box-shadow: 1px 4px 8px 0px #757575;
    border: solid #8A1616 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}
.rounded-red-button:hover {
    background: #FF1F1F;
    text-decoration: none;
}
.header-red-button {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    height: 30px;
    line-height: 0px;
    color: #FFFFFF;
    font-family: arial;
    font-size: 21px;
    font-weight: 900;
    padding: 17px 40px 19px 40px;
    background-color: #FF0000;
    border: solid #8A1616 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}
.header-red-button:hover {
    background: #FF1F1F;
    text-decoration: none;
}


