@keyframes heartPulse{0%{transform:scale(1);opacity:.75}75%{transform:scale(2);opacity:.25}to{transform:scale(2.5);opacity:0}}.heart-pulse-animation{animation:heartPulse 1.8s cubic-bezier(0,0,.2,1) forwards}