/*
.md-header {
  color: gold !important;
}
dt {
  font-weight: 700;
}

pre {
    font-size: 1.2rem !important;
}
.md-content a {
  text-decoration: underline;
  font-style: normal;
}
.md-content h1 {
    font-size: 4rem !important;
}
.md-content h2 {
    font-size: 2.8rem !important;
}

.md-content h3 {
  font-size: 2.2rem !important;
}
*/