@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.01)}to{transform:scale(1)}}.animation-pulse{animation-name:pulse;animation-duration:.3s}
