body {
        margin: 0;
        padding: 0;
        font-family: 'Share Tech Mono', monospace;
        background: #000;
        color: #00ff99;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }

    .text-container {
        text-align: center;
    }

    .thank-you-text {
        font-weight: 400;
        font-size: clamp(2.5rem, 10vw, 8rem);
        position: relative;
        color: #00ff99;
        text-shadow: 0 0 5px #00ff99, 0 0 15px #00ff99, 0 0 30px #00ff99;
        cursor: default;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .thank-you-text span {
        display: inline-block;
        position: relative;
        min-width: 0.5ch;
        will-change: contents;
    }