.newdaycode-story {
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 0;
    pointer-events: none;
    color: rgba(255,255,255,0.3);

    font-size: clamp(1.2rem,5vw,4rem);
    font-family: "M PLUS Rounded 1c", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
