header {
    background-color: var(--theme-color-primary);
}

header .dropdown {
    color: var(--theme-color-white) !important;
}

.btn:hover {
    color: var(--theme-color-accent) !important;
}