.md-banner {
  background-color: #1a237e !important;
}

.md-banner__inner {
  color: #ffffff !important;
  font-weight: 500;
  text-align: center;
}

.md-banner__inner a {
  color: #ffffff !important;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.md-banner__inner a:hover {
  opacity: 0.85;
}

.md-header__button.md-logo img {
  height: 36px;
  width: auto;
}

.md-sidebar__scrollwrap {
  overflow-y: auto;
  max-height: calc(100vh - var(--md-header-height, 48px) - var(--md-tabs-height, 48px));
}
