#countdown {
  font-size: 24px;
  font-weight: bold;
  color: green;
  transition: transform 0.3s ease, color 0.3s ease;
}
.animate {
  color: red;
  transform: scale(1.5);
}