*{
    animation-delay: calc(var(--burgerscroll) * -1s);
    animation-duration: 100s;
    animation-timing-function:linear;
    animation-play-state: paused;
}


@keyframes buntop_text {
    from{
        opacity: 0;

    }
    11%{
        opacity: 0;

    }
    16%{
        opacity: 1;

    }
    50%{
        opacity: 1;
    }
    54%{
        opacity: 0;

    }
    to{
        opacity: 0;

    }
}
@keyframes buntop_container {
    from{
        top: 47%;
        height: 0%;
    }
    11%{
        top: 47%;
        height: 0%;
    }
    34%{
        top: 37%;
        height: 21%;
    }
    45%{
        top: 37%;
        height: 21%;
    }
    54%{
        top: 37%;
        height: 0%;
    }
    to{
        top: 37%;
        height: 0%;
    }
}

@keyframes patty_text {
    from{
        opacity: 0;
    }
    56%{
        opacity: 0;
    }
    60%{
        opacity: 1;
    }
    77%{
        opacity: 1;
    }
    81%{
        opacity: 0;
    }
    to{
        opacity: 0;
    }
}