.md-header {
  height: 5.6rem;
}

.md-header__button.md-logo {
  margin: 0.2rem;
  padding: 0.2rem;
}

.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  height: 5rem;
  width: auto;
}

.md-header__title {
  margin-left: 0.6rem;
  font-size: 1rem;
}

.md-typeset .mermaid {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}

.md-typeset .mermaid svg {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 420px;
}
