.pEngager {
    margin-top: 50px;
}

section {
    margin: 0px 80px 0px 80px;
}

.card-text {
    color: black;
    font-size: 1rem;
}

.list-group-item,
.card-body {
    background-color: #d4d9f6 !important;
}

.list-group-item,
.card-title {
    font-family: 'RocknRoll One', sans-serif;
}

.btn {
    font-family: 'PT Sans', sans-serif;
    background-color: #e3a857;
    border: none;
    color: rgb(255, 255, 255);
}

.list-group-item.active {
    background-color: #e3a857;
    border: none;
}

.list-group-item,
.card-body {
    /* background-colorgb(185, 185, 185)16); */
    background-color: rgb(216, 216, 216);

}

.btn:hover {
    /* background-color: #a35122; */
    background-color: rgb(153, 168, 209);
    border: none;
}

/* .tab-pane {
    margin-top: 50px;
} */

@media screen and (max-width: 1250px) {
    /* .list-group {
        margin-top: 20px; 
       padding: 10px 10px 10px 10px; 

    }  */

    /* .list-group a {
        font-size: 1.7rem !important;
    } */

    h2 {
        font-size: 2rem !important;
    }
}