main ul{list-style:none;margin-left:0;display:flex;flex-wrap:wrap;align-items:center;gap:1.5em}main img{height:auto;width:auto}@media(prefers-reduced-motion:no-preference){main img{animation:tilt-shaking 4s infinite step-start}main a img:hover{transform:initial}main li:nth-child(odd) img{animation-direction:reverse}main li:nth-child(3n) img{animation-delay:-.2s}main li:nth-child(5n) img{animation-delay:-.3s}main li:nth-child(7n) img{animation-delay:-.5s}main li:nth-child(11n) img{animation-delay:-.7s}main li:nth-child(13n) img{animation-delay:-1.1s}main li:nth-child(17n) img{animation-delay:-1.3s}@keyframes tilt-shaking{0%{transform:rotate(0)}10%{transform:rotate(6deg)}20%{transform:rotate(0eg)}30%{transform:rotate(-6deg)}40%{transform:rotate(2deg)}50%{transform:rotate(-7deg)}60%{transform:rotate(-5eg)}70%{transform:rotate(3deg)}80%{transform:rotate(-5deg)}90%{transform:rotate(2deg)}}}