.neon-countdown .countdown-section .countdown-amount {
  color: #65ff00;
  font-weight: 900;
  text-shadow:
    0 0 5px #65ff00,
    0 0 10px #65ff00,
    0 0 20px #65ff00,
    0 0 40px #65ff00,
    0 0 60px #65ff00;
  transition: all 0.3s ease-in-out;
}

.neon-countdown .countdown-section .countdown-period {
  color: #ffffff;
  text-shadow:
    0 0 5px #65ff00,
    0 0 10px #65ff00;
}