.donationAmountButton{
    
    border:1px white solid;
    color:white;
    border-radius:60px;
    background:black;
    padding:5px 10px 5px 10px;
    margin-bottom:10px;
    
}

.donationAmountButtonHover{
    
    border:1px #6fb9e6 solid;
    color:#6fb9e6;
    border-radius:60px;
    background:black;
    padding:5px 10px 5px 10px;
    margin-bottom:10px;
    
}

.selectDonationCauseButton{
    border:1px white solid;
    height:45px;
    background:none;
    border-radius:50px;
    color:white;
    width:100%;
    margin-top:20px;
    max-width:605px;
}

.selectDonationCauseButtonHover{
    color:#FF499E;
    border-color:#FF499E;
    
}

#open-donation-popup-window-div-button{
    border:1px solid white;
    border-radius:50px;
    background:rgba(0,0,0,0.20);
    height:35px;width:110px;
    padding-left:10px;
}
#open-donation-popup-window-div-button:hover{
      border:1px solid #D264B6;
      background-image: linear-gradient(to right, #1d95d1, #FF499E, #D264B6);
}