
.poster {
    width: 1189mm !important;
    height: 841mm !important;

    max-width: 1189mm !important;
    min-height: 841mm !important;

    font-size: 11mm !important;
}

.poster h1 {
    font-size: 25mm !important;
}

.poster #header {
    grid-template-columns:  25% 50% 25% !important;
    width: 1189mm !important;
}

.poster #names *, .poster .author {
    font-size: 11mm !important;
}

.poster h2 {
    font-size: 20mm !important;
    line-height: 20mm !important;
    /*padding-bottom: 10mm;*/
    /*padding-top: 10mm;*/
    /*margin: 0;*/
}

.poster .content-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.poster .download_button {
    display: none !important;
}


.poster #content {
    grid-template-columns:  33% 33% 33%;
}

body:not(.poster) .poster_only {
    display: none !important;
}

.poster .web_only {
    display: none !important;
}

.poster p, .poster ul {
    padding-left: 12mm;
    padding-right: 12mm;
}

.poster ul {
    margin-left: 14mm;
}

.poster .block {
    border-radius: 15mm;
    margin: 10mm 5mm 5mm;
}

#interactive-version {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 10mm;
    margin-bottom: 10mm;
}

a {
    white-space: nowrap;
    color: #00A6D6;
    font-weight: bold;
}

.center-img {
    text-align: center;
}

#waiting-screen {
    width: 100vw;
    height: 100vh;

    background-color: var(--dark-gray);

    position: fixed;
    top: 0;
    left: 0;
    display: none;

    z-index: 1000;

    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#waiting-screen h1 {
    font-size: 3vw !important;
    color: var(--white);
}

.separated * + * {
    border-left: 2px solid var(--accent-2);
}
