.countdown-timer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    color: #333;
}

.timer-label {
    font-size: 1em;
    text-align: center;
    margin-bottom: 5px;
}

.timer-display {
    font-size: 2em;
    font-weight: bold;
    color: #000;
}