.pulse{animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(.7);opacity:.5}to{transform:scale(1);opacity:1}}
