body {
    font-family: 'Courier New', monospace;
    background-color: #000;
    color: #fff;
    margin: 0;
    padding: 0;
}

.anchor-bounce {
    display: block;
    text-align: center;
    margin: 20px;
    color: #00ff00;
    text-decoration: none;
    font-size: 1.5rem;
}

.counter-container {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin: 100px 0;
}

.counter {
    text-align: center;
}

.counter-value {
    font-size: 97px;
    font-weight: bold;
    display: inline-block;
    min-width: 100px;
    color: #00ff00;
}

.counter-label {
    font-size: 1.2rem;
    color: #ccc;
    display: block;
    margin-top: 10px;
}