img {
    display: block;
    max-width: 80%;
    max-height: 80vh;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4px;
}

em {
    display: block;
    text-align: center;
}

html {
    font: -apple-system-body !important;
    font-family: system-ui, -apple-system, sans-serif;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.25rem;
}

h5 {
    font-size: 1rem;
}

h6 {
    font-size: 0.75rem;
}