.countdown {
  flex: 1;
  display: flex;
  align-items: center;
}
.countdown-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.countdown-part-group {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.countdown-part {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  font-size: 70px;

  background: var(--primary) !important;

  color: black;
}
.countdown-part .label {
  font-weight: 400;
  font-size: 40px;
  font-style: italic;
}

.pixel-corner {
  --n: 2 !important;
  --s: 25px !important;
  --w: 250px !important;
}

.wavy-box {
  --w: 200px !important;
  margin: 10px 0;
  background: var(--primary) !important;
}