html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

.face {
    box-sizing: border-box;
}

.face *,
.face *::before,
.face *::after {
    box-sizing: inherit;
}

[class*="box"].face {
    display: flex;
    flex-direction: column;
    width: 630px;
    width: auto;
    height: 100vh;
    /* min-height: 700px; */
    padding: 60px 40px;
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    line-height: 1.4;
}
#app [class*="box"].face {
    height: 891px;
}

.face {
    position: relative;
    margin: 0 auto;
    /* max-width: 688px;*/ 
    background-color: #1a1112;
}

.face > div:not(.content) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 56.25%;
}

.face > div > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat left top;
    background-size: cover;
}
.face > div > div:nth-child(2) {
    top: auto;
    bottom: 20px;
    left: 40px;
    width: 160px;
    height: 100px;
    background-image: url('/gitzza-plaza/assets/images/markdown-logo.svg');
    background-position: left bottom;
    background-size: contain;
}
/* .face > div > div img {
    width: 100%;
    height: auto;
    vertical-align: top;
} */

.face .title {
    position: relative;
    flex: 0 0 auto;
    color: #fff;
    font-size: 2em;
    line-height: inherit;
    white-space: pre-line;
}

.face .author {
    position: relative;
    display: flex;
    margin: auto 0 100px;
    font-weight: normal;
    font-size: 1rem;
}

.face .publisher {
    position: relative;
    margin-left: 10px;
    padding-left: 11px;
    font-style: normal;
}

.face .publisher::before {
    position: absolute;
    top: 50%;
    left: 0;
    height: 10px;
    margin-top: -5px;
    border-left: 1px solid #ccc;
    content: '';
}

.section {
    padding: 1cm;
}

.section {
    page-break-after: always;
}

.section > h1 {
    margin-top: 0;
}

@media print {
    #app [class*="box"].face {
        width: 100vw;
        height: 100vh;
    }
    .VPDoc .face {
        margin: -48px -32px -128px;
    }
    .VPDoc.has-aside .content-container {
        max-width: none !important;
    }
    .face {
        max-width: none;
    }
    .face > div {
        /* bottom: 3cm; */
        bottom: 0;
    }
    .no-print {
        display: none;
    }
}