.countdown-style {
  font-family: 'Georgia', serif;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #c0392b;
  border-radius: 12px;
  text-shadow: 2px 2px 4px black;
  box-shadow: 0 0 10px #ff0000;
  text-align:center;
  min-width: 250px;
}
.countdown-part {
  display: inline-block;
  margin: 0 4px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.flash {
  transform: scale(1.3);
  opacity: 0.6;
}