/* Styles globaux */
.countdown-header {
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 20px;
    padding: 8px 16px;
    font-weight: bold;
    margin-top: 20px;
    display: inline-block;
}
