body {
    background-color:rgb(129, 163, 164);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

p {
    background-color: rgb(200, 194, 187);
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
}

.list-group-item {
    background-color:rgb(182, 182, 203);
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.card-body {
    background-color: rgb(182, 182, 203);
    
}

.card-text{
    background-color: rgb(182, 182, 203);
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: normal;
}