@keyframes slideInLeft{0%{transform:translateX(-100%)}100%{transform:translateX(0)}}.Anim-SlideInLeft{animation-duration:2s;animation-timing-function:ease-in-out;animation-delay:0s;animation-iteration-count:1;animation-name:slideInLeft;padding:40px}body{margin:0;font-family:"Segoe UI",Arial,Helvetica,Sans Serif}a{text-decoration:none;display:inline-block;margin-right:10px;color:#fff}