@font-face {
  font-family: "ocr";
  src: url(../fonts/OCR_A_Tribute_W01_Regular_Mono.ttf);
}
@font-face {
  font-family: "Share Tech Mono";
  src: url(../fonts/ShareTechMono-Regular.ttf);
}
/*
body,
body * {
  box-sizing: border-box;
}
*/
#digitalCountdown_container {
  z-index: -1;
  background: #0f3854;
  background: radial-gradient(ellipse at center, #0a2e38 0%, #000000 70%);
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: fixed;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  box-sizing: border-box;

  /* some variable */
  --clock-size: 50px;
  --text-bottom-margin: calc(var(--clock-size) / (-2));
}

#digitalCountdown {
  width: 85vw;
  height: 16vh;
  min-height: 96px;
  font-family: "Share Tech Mono", monospace;
  color: #daf6ff;
  text-shadow: 0 0 20px rgba(10, 175, 230, 1), 0 0 20px rgba(10, 175, 230, 0);
  text-align: center;
  /* margin-bottom: 5%; */
}

.digitalCountdown-text {
  letter-spacing: 0.1em;
  font-size: 1vh;
  padding: 0 0 0;
  font-family: "ocr", monospace;
  margin-bottom: var(--text-bottom-margin);
}

.digitalCountdown-time {
  letter-spacing: 0.05em;
  font-size: var(--clock-size);
  padding: 0 0;
}

/* css styles for home page version counter */

#digitalCountdown_home_container {
  z-index: -1;
  background: #0f3854;
  background: radial-gradient(ellipse at center, #0a2e3800 0%, #00000000 100%);
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -2%;
  right: 10%;
  /* overflow: hidden; */
  box-sizing: border-box;

  /* some variable */
  --clock-size: 25px;
  --text-bottom-margin: calc(var(--clock-size) / (-2));
}

#digitalCountdown_home {
  font-family: "Share Tech Mono", monospace;
  color: #92d5eb;
  text-shadow: 0 0 20px rgba(10, 175, 230, 1), 0 0 20px rgba(10, 175, 230, 0);
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}

.digitalCountdown-home-text {
  letter-spacing: 0.1em;
  font-size: 1vh;
  padding: 0 0 0;
  font-family: "ocr", monospace;
}

.digitalCountdown-home-time {
  letter-spacing: 0.05em;
  font-size: var(--clock-size);
  padding: 0 0;
}

.boostersLeft-home-text {
  font-size: 20px;
}
