@keyframes pulse {
  0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(72, 52, 212, 0.4); }
  100% { transform: scale(1.05); box-shadow: 0 0 0 20px rgba(72, 52, 212, 0); }
}