:root {
    color-scheme: light;
}
.impress-progressbar {
    position: absolute;
    right: 318px;
    bottom: 1px;
    left: 118px;
    border-radius: 7px;
    border: 2px solid rgba(100, 100, 100, 0.2);
}
.impress-progressbar div {
    width: 0;
    height: 2px;
    border-radius: 5px;
    background: rgba(75, 75, 75, 0.4);
    transition: width 1s linear;
}
.impress-progress {
    position: absolute;
    left: 59px;
    bottom: 1px;
    text-align: left;
    opacity: 0.6;
}

.impress-supported .fallback-message {
    display: none;
}

.footnote {
    font-size: 70%;
    color: #444;
}
#title .footnote {
    margin-top: 5em;
}

.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2em;
}
.row.nogap {
    gap: 0;
}

.row .small {
    width: 500px;
}
.row .tiny {
    width: 150px;
    margin-top: -70px;
}
.row img {
    width: 100%;
}

img.full-page {
    -height:100%;
    min-width:100%;
    height:auto;
    width:auto;
    position:absolute;
    top:-100%; bottom:-100%;
    left:-100%; right:-100%;
    margin:auto;
}

img.full-width {
    width: 990px;
    height: auto;
    display: block;
    border-radius: 0;
    margin-bottom: 1em;
}

.schema {
    border: 0.5em solid white;
    padding-left: 1em;
    padding-right: 1em;
    background-color: white;
    border-radius: 1em;

}

h2 {
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 1.5em;
}

ul {
    padding-left: 1.5em;
}
.row img.badge {
    width: 100px;
    height: auto;
}