.md-typeset__table {
    width: 100%;
}
.md-typeset__table table:not([class]) {
    display: table;
    width: 100%;
}

.md-typeset__table table:not([class]) th {
  color: #8F000B;
}

:root {
  --md-primary-fg-color:               #8F000B;
  --md-accent-fg-color:                #bbbbbb; 
}

.md-typeset {
  font-size: 15px;
  line-height: 1.5em;
}

.md-typeset h2 {
  font-size: 24px;
  margin-block-start: 20px;
  margin-block-end: 20px;
}

.md-typeset h3 {
  font-size: 20px;
  margin-block-start: 14px;
  margin-block-end: 14px;
}

.md-typeset h4 {
  font-size: 15px;
}

.md-copyright {
  margin: 0 auto;
}

html {
    overflow-y: scroll;
}

html::-webkit-scrollbar {
    width: 3px;
}

html::-webkit-scrollbar-thumb {
    background: #bbbbbb;
}
