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

.person {
  min-height: 8rem;
  display: flex;
  margin-bottom: 1rem;
}

.person h1 {
  margin-top: 0 !important;
}

.person img {
  height: 6rem;
  width: 6rem;
  border-radius: 100%;
  margin-right: 2rem;
}

.small-text {
  font-size: 1.2rem;
}

.md-footer-meta {
  background: #111111;
}

.md-footer-meta__inner {
  align-items: center;
  font-family: "Space Mono";
}

.md-header {
  background: linear-gradient(166deg, #05a091, #054387);
}

.md-tabs {
  background: #111;
  top: initial !important;
}

.md-footer-copyright > a {
  padding: 0 1rem;
}

.md-footer-copyright__highlight > a {
  margin-left: 0.5rem;
  color: #ffffff63;
}

body {
  height: 100%;
}

.md-typeset h1 {
  margin-top: 1.5rem;
  margin-bottom: 0rem;
}

.md-nav__item .md-nav__link--active {
  font-weight: 700;
}

[data-md-color-scheme="slate"] {
  --md-default-fg-color--light: white;
  --md-footer-bg-color: #1c1d26;
  --md-default-bg-color: #1c1d26;
  --md-typeset-a-color: #00bd8e;
  --md-accent-fg-color: #00ffbf;
  /* --md-primary-fg-color--dark: #90030c; */
}
