html {
    font-family: sans-serif;
    background-color: #fafafa;
    color: #343434;
    font-size: 14pt;
    margin: 1rem;
}

body {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
}

header {
    text-align: center;
}

header>img {
    width: 10rem;
    height: 10rem;
    aspect-ratio: 1;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 0.15rem;
    border-color: #343434;
}

section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

section>p {
    margin: 0 1rem 1rem 0;
    flex: 1 1 20rem;
}

section>img {
    border-radius: 0.7rem;
    max-width: 20rem;
    max-height: 20rem;
}

video {
    border-radius: 0.7rem;
    max-width: 20rem;
    max-height: 20rem;
}

video>p {
    font-size: 8pt;
    font-style: italic;
}

video>img {
    border-radius: 0.7rem;
    max-width: 20rem;
    max-height: 20rem;
}

iframe {
    border: 0;
    border-radius: 0.7rem;
    font-size: 8pt;
    font-style: italic;
}

ol {
    font-size: 1.1rem;
    font-weight: 700;
    padding-left: 0;
    line-height: 1.8rem;
}

#mainindex {
    max-width: 20rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


footer {
    padding: 1rem 0;
    text-align: right;
}
