@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)} ;}.pulse{animation:pulse 3s linear infinite}.pulse:hover{animation:none}
