header {
    background-color: #57a683;
    border-bottom: 4px solid #9ce37b;
}
a {
    color: #57a683;
}
a:hover {
    color: #198754!important;
}
.rounded-circle {
    max-width: 180px;
}
hr {
    border-top: 3px solid #57a683;
    width: 25%;
    margin: 3em auto;
}
h5 {
    color: #57a683;
}

.card-body {
    color: #198754;
}