body {
    background-color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    flex-direction: column;
    padding: 1rem;
}

.hero-heading {
    font-family: 'Courier New', Courier, monospace;
    font-size: 3.5rem;
    font-weight: 900;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    max-width: 100%;
    word-wrap: break-word;
}

.hero-heading .letter {
    display: inline-block;
    opacity: 0;
}

.tick {
    font-size:1rem; 
    white-space:nowrap; 
    font-family:arial,sans-serif;
    opacity: 0;
    max-width: 100%;
    overflow-x: auto;
}

.tick-flip,.tick-text-inline {
    font-size:2.5em;
}

.tick-label {
    margin-top:1em;
    font-size:1em;
}

.tick-char {
    width:1.5em;
}

.tick-text-inline {
    display:inline-block;
    text-align:center;
    min-width:1em;
}

.tick-text-inline+.tick-text-inline {
    margin-left:-.325em;
}

.tick-group {
    margin:0 .5em;
    text-align:center;
}

.tick-text-inline {
    color: #595d63 !important;
}

.tick-label {
    color: #595d63 !important;
}

.tick-flip-panel {
    color: #fff !important;
}

.tick-flip {
    font-family: !important;
}

.tick-flip-panel-text-wrapper {
    line-height: 1.45 !important;
}

.tick-flip-panel {
    background-color: #3c3e3c !important;
}

.tick-flip {
    border-radius:0.12em !important;
}

@media (max-width: 768px) {
    .hero-heading {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .tick {
        font-size: 0.7rem;
    }

    .tick-flip,.tick-text-inline {
        font-size: 1.8em;
    }

    .tick-group {
        margin: 0 0.25em;
    }
}

@media (max-width: 480px) {
    .hero-heading {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        letter-spacing: 0.02em;
    }

    .tick {
        font-size: 0.5rem;
    }

    .tick-flip,.tick-text-inline {
        font-size: 1.5em;
    }

    .tick-group {
        margin: 0 0.15em;
    }

    .tick-label {
        font-size: 0.9em;
    }
}
