body {
    margin: 0;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: url('background-image.jpg') no-repeat center center fixed; /* Chemin de l'image de fond */
    background-size: cover; /* Ajuste l'image pour couvrir tout l'écran */
}

.container {
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

h1 {
    margin-bottom: 10px;
}

#countdown {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.time {
    text-align: center;
}

.time span {
    display: block;
    font-size: 2rem;
}

.label {
    font-size: 0.8rem;
    color: #555;
}
body {
    margin: 0;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: url('background-image.jpg') no-repeat center center fixed; /* Chemin de l'image de fond */
    background-size: cover; /* Ajuste l'image pour couvrir tout l'écran */
}

.container {
    text-align: center;
    background: rgba(255, 255, 255, 0.8); /* Rend le fond légèrement transparent */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
