footer {
    display: none;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

.ml-auto {
    width: 260px;
}

/* Center images */
img {
    display: block;
    margin: 0 auto;
}

/* Hide the PDF Export button */
.md-content__button.md-icon[download] {
  display: none !important;
}