@import url("common.css");

html { 
    --SNDL-Font_Primary: "Fixedsys Excelsior";
    --Amplitude-X: 16; --Amplitude-Y: 16;
    animation: SNDL-Shake 32s ease-in-out infinite;
}
body { 
    display: flex; flex-direction: column;
    justify-content: center; align-items: center; 
    width: 100vw; height: 100vh;
    overflow: hidden;
}

:is(h1, h2, h3, h4, h5) { margin: 0; }
h1 {
    position: absolute;
    opacity: 0.10;
    font-size: calc(100vw / 6);
    z-index: -1;
}

h3 { font-size: calc(100vw / 24); }
h2 { font-size: calc(100vw / 16); }
h2::after {
    content: "▁";
    animation: SNDL-CRT_Blink var(--SNDL-Animation_Slow) linear infinite;
}
h4 { font-size: calc(100vw / 32); }
h5 {
    position: absolute;
    bottom: 1rem;
    font-size: calc(100vw / 48); opacity: 0.5;
    animation: SNDL-Translate_Custom var(--SNDL-Animation_XTXSlow);
    --Initial: 0 4rem;
}

iframe {
    position: absolute;
    top: 0; left: 0;
    margin: 0; border: none;
    width: 100vw; height: 100vh;
    z-index: -1;
    filter: blur(var(--SNDL-Blur_Heavy)) brightness(0.5);
}