@charset "UTF-8";
.countdown {
    text-align: center;
    font-size: 36px;
    margin-bottom: 35px;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.time-ele {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.time-ele_value {
  font-weight: bold;
}
.time-ele_unit {
  color:#fcc72c;
}