@keyframes tiltInLeft{0%{transform:rotate(-20deg);opacity:0}to{transform:rotate(0deg);opacity:1}}@keyframes tiltInRight{0%{transform:rotate(20deg);opacity:0}to{transform:rotate(0deg);opacity:1}}.tilt-left{animation:tiltInLeft 2s ease forwards}.tilt-right{animation:tiltInRight 2s ease forwards}