.containerCount {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background-color: #f0f0f0;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  
  .containerCount h1 {
    color: #333;
    margin-bottom: 20px;
  }
  
  .containerCount p {
    font-size: 18px;
    color: #666;
  }
  
  .containerCount span {
    font-weight: bold;
    color: #0056b3;
  }
  .digit {
    font-weight: bold;
    color: #0056b3;
    padding: 5px;
    margin: 2px;
    border: 2px solid #0056b3;
    border-radius: 4px;
    /* display: inline-block; */
    width: 30px; /* Ajusta esto según necesites */
    height: 40px; /* Ajusta esto según necesites */
    font-size: 16px; /* Ajusta esto según necesites */
    
  }