.text-indigo-600{
    color: #9A9A40 !important;
}

.text-indigo-700{
    color: #9A9A40 !important;
}

.bg-indigo-700{
    background-color: #383301 !important;
}

.bg-indigo-600{
    background-color: #9A9A40 !important;
}

.bg-indigo-100{
    background-color: #e9e9d7 !important;
}

.hover-text:hover{
    color: #9A9A40 !important;
}

.border-indigo-500{
    border: 2px #9A9A40 !important;
}

.color-dark{
    color: #383301 !important;
}

.color-light{
    color: #9A9A40 !important;
}

.hover:color-light{
    color: #9A9A40 !important;
}

.hover-border:hover{
    transition: 0.6s !important;
    border: 1px solid #9A9A40 !important;
}

.background-hover:hover{
    background-color: #383301 !important;
    color: white !important;
}