:root{
    --scrollbar-thumb: var(--aqua-texture);
}

body{
    background-color: var(--white);
    background-image: url("./bg.gif");
    background-size: 15vmax;
}

h1{
    text-align: center;
    filter: var(--life-saving-drop-shadow);
}

footer{
    margin: var(--gap) auto;
    text-shadow: var(--literal-text-shadow);
    filter: var(--simple-text-shadow);
}

section{
    width: 75svw;
    margin: var(--double-gap) auto;
    box-shadow: var(--life-saving-box-shadow-medium);

    > h2{
        text-align: center;
        margin: 0;
        margin-bottom: 1em;

        > span{
            filter: var(--simple-text-shadow);
        }
    }

    > div{
        display: flex;
        gap: var(--gap);
        justify-content: center;
        align-items: flex-start;
        height: calc(var(--full-height) - var(--double-gap) * 2)!important;
    
        a[data-fancybox]{
            position: sticky;
            top: 0;
            text-align: center;
            margin: 0 auto;
            display: block;
            height: calc(100%);

            img{
                margin-top: var(--two-third-gap);
                max-height: 100%;
            }
        }
    }
}

.hugme{
    height: calc(100% - var(--one-fourth-gap));
    padding-right: 1em;
}

.hugme::-webkit-scrollbar-thumb{
    background: var(--blue-texture)!important;
    border: var(--blue)!important;
}