.lightcountdown {
    font-weight: 700;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.lightcountdown__digits {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.lightcountdown__digit {
    display: flex;
    justify-content: center;
    left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
 
  border-radius: 6px;
  font-size: 50px;
}

.lightcountdown__delimeter {
    padding-top: 0.8em;
}

.lightcountdown__text{
   
    font-size: 0.8em;
    font-weight: 600;
    text-align: center;
}