footer {
    /* display: flex; */
    /* justify-content: space-between; */
    font-size: 0.8em;
}

main {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 80ch;
    max-height: 60ch;
    margin: auto;
    padding-left: 1em;
    padding-right: 1em;
    border-style: solid;
    border-width: 1px;
}

html,
body {
    height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 22pt;
    justify-content: center;
}

main.title {
    justify-content: center;
    align-items: center;
}

main.title > h1 {
    font-size: 2em;
}

h1 {
    font-size: 1.4em;
}

ul.wide > li,
ol.wide > li {
    padding-bottom: 1em;
}

blockquote {
    margin-left: 1em;
    padding-left: 1em;
    border-left: solid black;
}

.figure {
    display: inline-block;
    text-align: center;
}

pre {
    font-size: 18pt;
    line-height: 1.4em;
}

.scroll {
    max-height: 70ch;
    overflow-y: auto;
}

.title-box > p {
    text-align: center;
    font-size: 2em;
    font-variant: small-caps;
}

a.existingWikiWord {
    color: #226622
}

.thing {
    color: blue;
}

table {
    border-collapse: collapse;
}

th {
    border-style: solid;
}

td {
    border-style: solid;
}

.task-list {
    list-style-type: none;
}

.hidden {
    display: none;
}

.close {
    margin-top: 0;
}

#popup {
    background-color: black;
    color: green;
    font-family: monospace;
    z-index: 1000;
}

#popup > .scroll {
    max-height: 30ch;
}

#popup-content {
}

.katex {
    font-size: 1em !important;
}

code {
    font-size: 0.9em;
}

.katex-display > .katex {
    text-align: left !important;
}

p {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}
