.page-header {
    background-color: #3d4c9e;
    background-image: linear-gradient(120deg, #5d1ab2, #3d4c9e);
}

div.membership-header h3 {
    color: #fff;
    height: 50px;
}

div.membership-header {
    color: #fff;
    text-align: center;
    background-color: #3d4c9e;
    background-image: linear-gradient(120deg, #5d1ab2, #3d4c9e);
    
    width: 250px;
    float: left;
    margin: 0px 10px 10px 10px;
    padding: 40px 20px;
    height: 300px;
    text-align: center;
}

.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
    color: #3d4c9e;
}

.donate, .site-footer {
    clear: both;
}
