.community-images {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.col-md-3 {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px;
    min-height: 300px;
    box-shadow: 10px 10px 5px #888888;
}

.btn-payIt{
    color:white!important;
}

body {
    background-color: transparent !important; 
}