:root {
    --md-primary-fg-color: #e2b505; /* Custom primary color */
    --md-primary-bg-color: #2e363d;
    --md-accent-fg-color: #e2b505;  /* Custom accent color */
}
.md-header  {
    background: #344d4c;
    color: #b3d9d8;
}
.md-header__title {
    margin-left: 0.5rem !important;
}