.md-header__button.md-logo img {
  height: 128px;
  border: 2px solid #00000033;
  border-radius: 6px;
}

@media (min-width: 768px) {
  .md-header__title {
    font-size: 2rem;
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  .md-header__title {
    font-size: 1rem;
    font-weight: 700;
  }
}

.md-header .md-search {
    align-self: flex-end;
    margin-bottom: 0px;
}


.md-content p,
.md-content li,
.md-content blockquote {
    text-align: justify;
    text-justify: inter-word;
}

.md-content h2,
.md-content h3,
.md-content h4,
.md-content h5,
.md-content h6 {
    font-weight: 700;
}

.md-content h1 {
    font-weight: 800;
}

html {
  scroll-padding-top: 96px;
  scroll-behavior: smooth;
}
