.holder {
    position: relative;
    background-color: FloralWhite;
    background-clip: content-box;
}

header {
    font-size:10vw;
}

.toc {
    display: flex;
    width: 90%;
    align-items: center;
    flex-direction: column;

    font-size: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.body_text {
    font-size: 8vw;
    text-align: center;
}

.blurb {
    font-size: 8vw;
}

.kakimono {
    font-family: Noto Serif JP, sans-serif;
    font-size: 9vw;
}

figure {
    width: 95vw;
}

img {
    width: 100%;
}

figcaption {
    font-size: 9vw;
}