/* updates */
.rounded-quarter {
    border-radius: 25% !important;
}

.text-gray-400 {
    color: #4A4758 !important;
}

a {
    color: #1B655F;
}

a:hover {
    color: #27948A;
}

.btn-link {
    color: #41F0E1;
}

.btn-link:hover {
    color: #B3F9F3;
}
