 
    #timer-container {
        font-family: 'Arial', sans-serif;
        text-align: center;
        background-color:  #f4f6f8;  
        padding: 20px;
        border-radius: 10px;
        display: inline-block;
    }
    .timer-display {
        display: flex;
        gap: 15px;
        font-size: 24px;
        font-weight: bold;
    }
    .timer-block {
        display: flex;
        flex-direction: column;
        background: #28e687;
        color: white;
        padding: 10px;
        border-radius: 5px;
        min-width: 60px;
    }
    .timer-label {
        font-size: 12px;
        font-weight: normal;
    }
