#limitless
{
    position: fixed;
    top: 50lvh;
    left: 50vw;
    transform: translate(-50%, -50%);
    transition: font-size 0.02s;
}