.bg-primary {
    background-color: #39c5bb !important;
}

.text-primary {
    color: #39c5bb !important;
}

.hover\:bg-primary-dark:hover {
    background-color: #2faea3 !important;
}

header.text-primary.text-white.p-4 {
    background-color: #39c5bb !important;
}
