#donateButton{
        width: 50px;
        height: 100%;
        background: linear-gradient(#e60005, red);
        padding: 15px;
        border-radius: 10px;
        color:white;
        font-weight: bold;
}

#donateWrapper{
        width: 100%;
        text-align: right;
        margin-top: 35px;
        margin-bottom: 35px
}
@media only screen and (max-width: 800px) {
    #donateWrapper{
        text-align: center;
        margin-top: 35px;
        margin-bottom: 35px;
    }
}


@media only screen and (max-width: 500px) {
    #donateButton{
        width: 100%;
        margin: 200px 0 20px 0;
    }
}