/* https://github.com/squidfunk/mkdocs-material/blob/master/src/assets/stylesheets/main/_typeset.scss */
.md-typeset {
  line-height: 1.2;
}

.md-typeset code {
    font-size: 0.7em;
}

.md-typeset h1 {
  text-align: center;
  line-height: 0 !important;
}
.md-typeset h2, .md-typeset h3 {
  line-height: 0.5 !important;
}
.md-typeset pre {
  line-height: 1.2 !important;
}

.center {
    display: block;
    margin: 0 auto;
    text-align: center;
}
