.countdown-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .25rem;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.countdown-segment,
.countdown-separator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.countdown-segment {
  min-width: 0;
}

/*@import url("https://fonts.googleapis.com/css?family=Lato");*/
/*html,*/
/*body {*/
/*  height: 100%;*/
/*  margin: 0;*/
/*  font-family: Lato, sans-serif;*/
/*  background-color: #222;*/
/*}*/
.wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.time, .separator {
  /*color: #fff;*/
  font-size: 3em;
  line-height: 1;
}
.label {
  font-size: 2em;
  display: block;
  min-height: 2em;
  /*color: #aaa;*/
}
/*.bg {*/
/*  height: 100vh;*/
/*  background-color: rgba(0, 0, 0, 0.75);*/
/*}*/
