:root {
    --pico-font-family: "Afacad Flux", sans-serif;
    --pico-font-family-sans-serif: var(--pico-font-family);
    --pico-font-size: 16px;
}
@media (max-width: 768px) {
    :root {
        --pico-font-size: 14px;
    }
}
html {
    touch-action: manipulation;
}
h1 {
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-variation-settings: "slnt" 0;
    font-size: 4rem;
    margin-top: 4rem;
    text-align: center;
}
h1 span {
    display: inline-block;
}
p {
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 4rem;
    text-align: center;
}
.page {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.video-container {
    margin-bottom: 6rem;
}
.video-container video {
    width: 100%;
    height: auto;
}
.credit {
    text-align: center;
}
.error {
    display: none;
    margin-top: 4rem;
    margin-bottom: 4rem;
    text-align: center;
}
