@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.08)}}.pulse-animation{justify-content:center;align-items:center;display:flex}.pulse-animation>*{animation:2s ease-in-out infinite pulse}
