.donate-button-type {
    display: inline-block;
    text-align: center;
    margin: 20px auto;
    font-weight: bold;
    border: 4px solid white;
    background: #f9b864;
    box-shadow: 0 0 0 0 white, 0 0 0 5px #f9b864;
    padding: 25px;
    border-radius: 35px;
    font-size: 40px;
    color: #244da1;
    font-family: Roboto Slab;
    text-transform: uppercase;
    filter: drop-shadow(0 0 0.15rem black);
    transition: all .3s;
    color: #244da1;
    text-decoration: none;
}
.donate-button-type:hover {
    cursor: pointer;
    padding: 25px 50px;
    background-color: #244da1 !important;
    color: #ffffff !important;
    box-shadow: 0 0 0 0 white, 0 0 0 5px #244da1;
}