.animated-icon{animation:fading 1.2s infinite}@keyframes fading{0%{scale:1.15;opacity:1}50%{scale:1;opacity:0.8}100%{scale:1.2;opacity:1}}