.heartbeat{position:absolute;width:fit-content;border-radius:40px;width:64px;height:64px;opacity:.75;animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes ping{75%,to{transform:scale(1.8);opacity:0}}