.green{
    color:#20A79C !important;
}
p.mb-0.text-secondary.fw-semibold.green {
    color:#20A79C !important;
}
.bold{
    font-weight:700 !important;
}
.black{
    color:#000000 !important;
}
.red{
    color:#cc0000 !important;
}
.text-center{
    text-align:center;
}
.nav-link2{
    color:var(--bs-nav-link-color);
    text-decoration: none;
}
.nav-link2:hover{
    color:green;
}
.fit{
    width:100% !important;
}
