.initiate_link {
    text-decoration: none;
    text-align: center;
    font-family: "Google Sans", "Roboto";
    display: block;
    width: 550px;
    max-width: 95%;
    margin: auto;
    padding: 10px 20px;
    font-weight: 400;
    line-height: 1.3;
    font-size: 16px;
    border: 1px solid #0088ff;
    border-radius: 4px !important;
    background-color: #0088ff;
    border-color: #0088ff;
    color: #fff;
    box-shadow: 0 6px 12px rgba(134,140,150,0.65);
}
.initiate_link:visited {
    color: #fff;
}
.initiate_link:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca;

}
.download-button-wrapper {
    width: 100%;
}
button.hider_progress_timer {
    display: block;
    margin: 0px auto;
    font-size: 1.2em;
    padding: 10px 20px;
    font-weight: 400;
    line-height: 1.5;
    border: 2px solid #FA3663;
    border-radius: 4px !important;
    background-color: #fff;
    color: #000;
}