.page.wrapper {
    margin: auto;
    width: 100%;
    max-width: var(--width-content-max);
    height: 100%;
    display: flex;
    flex-direction: column;
}





.page_section.wrapper {
    width: 100%;
    text-align: center;
    margin: 20px auto;
    /* height: -webkit-fill-available; */
    /* height: 100%; */
    height: fit-content;
}
.page_section.wrapper:first-child {
    margin-top: 0;
}
.page_section.wrapper:last-child {
    margin-bottom: 0;
}





.portrait .page_section.wrapper {
    !max-width: 333px;
}





.page_section .title.wrapper {
    font-size: 125%;
}





