@keyframes heartbeat{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.heart{animation:heartbeat 1s infinite;cursor:pointer}