html {
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: "overpass";
}

body {
    min-width: 0;
    max-width: 70em;
}

h1 strong {
    display: block;
    font-size: 40pt;
    line-height: 1em;
    margin-left: 0em;
    margin-bottom: 0.2em;
}

h1 {
    font-size: 25pt;
    margin: 0;
}

p {
    font-size: 13pt;
}

section, header {
    margin-left: 0.5em;
    margin-right: 0.5em;
}

li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

pre {
    margin-top: -0.5em;
    margin-bottom: -0.5em;
    margin-left: 1em;
    margin-right: 0em;
    white-space: pre-wrap;
}

.imgrow {
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
    align-items: center;
    gap: 0 1.5em;
}

.imgrow > img {
    width: auto;
    height: auto;
    flex: initial;
    max-height: 20em;
    margin: auto;
    padding: 0.5em;
}

.imgrow > section {
    flex: auto;
    width: 36em;
}

.row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}

.row > section {
    flex: auto;
    width: 34em;
}
