body {
    background-color: rgb(48, 88, 56);;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: rgb(123, 179, 106);
}

.list-group-item {
    border-radius: .25rem;
    margin: 5px;
    width: 85%;
    margin-left: 25px;
}

.green-text, .list-group-item{
    color: rgb(72, 133, 104);
}

.button-icon{
    color: white;
    background-color: rgb(81, 138, 114);
}

.far{
    color: rgb(15, 124, 79);
    cursor: pointer;
}

.principal-body {
    text-align: center; 
    width: 500px;
}
