/* Custom header color */
.md-header {
    background-color: #000040 !important;
}
.md-footer {
    background-color: #000040 !important;
}

/* Ensure text remains visible */
.md-header__title,
.md-header__button,
.md-header .md-nav__link {
    color: white !important;
}

.md-search__input {
    background-color: #00005F !important;
    color: #212529 !important;
}
