.bounce-animation{animation:customBounce .4s forwards}@keyframes customBounce{0%{opacity:.5;transform:scale(.75)}50%{opacity:.75;transform:scale(1.1)}75%{opacity:1;transform:scale(.9)}to{transform:scale(1)}}
