.animated-svg{animation:fadeIn 1s ease-in-out;text-align:center}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}