@font-face {
    font-family: 'Limelight';
    src: url('/fonts/Limelight/Limelight-Regular.ttf');

}

#shitpile-unknown {
    --font-size: 12em;
    /* width: 100%;
    height: 100vh; */
    position: absolute;
    top: calc(50% - var(--font-size) * 1.1);
    left: calc(50% - var(--font-size) * 1.1);


    p {

        font-family: 'Limelight';
        font-size: var(--font-size);
        color: red;
        margin: 0;
        z-index: 1;

    }

}