body {
    margin: 0 auto;
    --image-w: 2248px;
    --image-h: 3000px;
    --grid-cols: 6;
    --grid-rows: 5;
    --b-layer: url('https://wp.artifont.com/app/uploads/files-server/41dUoKh288viTMnhCew4Dg/img/lower.png?ver=1738005309276');
    --m-layer: url('https://wp.artifont.com/app/uploads/files-server/41dUoKh288viTMnhCew4Dg/img/middle.gif?ver=1738005309276');
    --t-layer: url('https://wp.artifont.com/app/uploads/files-server/41dUoKh288viTMnhCew4Dg/img/upper.png?ver=1738005309276');
    --styled-font-family: "Rubik Bubbles";
    --glyph-aspect-ratio:1.0267710187766619;
    --char-line-height: 1.25
}

.nsf-char-container {
    line-height: var(--char-line-height);
}
.nsf-container-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
span.nsf-word {
    display: inline-flex;
    flex-wrap: wrap;
}
.nsf-char {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    font-family: var(--styled-font-family);
    justify-content: center;
    align-items: center;
}
.nsf-char::before {
    content: '';
    display: inline-block;
    position: absolute;
    inset: 0;
    background-image: var(--b-layer);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50%;
}

.nsf-char-inner {
    position: relative;
    background-image: var(--m-layer);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-clip: text;
    background-position: 50%;
    color: transparent;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: var(--char-line-height);
    z-index: 10;
    height: 100%;
    flex: 1 0 100%;
    -webkit-text-stroke: 1px #000000;
}

.nsf-char::after {
    content: '';
    display: inline-block;
    position: absolute;
    inset: 0;
    background-image: var(--t-layer);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50%;
    z-index: 20;
}
span.nsf-gif-wrapper {
    width: 100%;
    overflow: hidden;
}
span.gif-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-clip: unset;
    color: transparent;
    -webkit-text-stroke: 0;
}
span.gif-layer.gif-middle {
    background-clip: text;
}


.nsf-word-space.nsf-char::after,
.nsf-word-space.nsf-char::before,
.nsf-word-space .nsf-char-inner {
    background-image: none;
}
