div#both {
    width: 100%;
    clear: both;
    display: flex;
}
div#both > div {
    flex: 1;
    border-right: 1px solid var(--inner-border-color);
    padding: 0 1em 0 1em;
}
div#both > div:last-child {
    border-right: 0px;
}

h2 {
    font-size: 26pt;
}

div.portrait {
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
}

div.portrait img {
    clip-path: circle(5em at center);
    width: 10em;
}

div#imgs {
    padding: 3em;
    text-align: center;
}
div#imgs img {
    clip-path: circle(3em at center);
    width: 6em;
    padding: 1em;
}

div.linklist {
    text-align: center;
    width: 100%;
    line-height: 1.5;
}

div.linklist a {
    border-right: 1px solid var(--inner-border-color);
    padding: 0.25em 0.5em 0.25em 0.5em;
}
div.linklist a:last-child {
    border-right: 0px;
}

div.topic-linklist {
    text-align: center;
    width: 100%;
    line-height: 1.5;
}

div.topic-linklist > * {
    padding: 0.25em;
}
