.cell {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

#holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  margin: auto;
}

.digits {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  transform: scale(0.55);
  transform-origin: center;
  gap: 2px;
}

.cntSeparator {
  display: inline-block; 
  font-size: 2em; 
  margin: 0 3px; 
  color: white; 
  line-height: 1;
}

.cntDigit {
  margin-top: 0px !important;
}

