@keyframes shake{0%,100%{transform:translateX(0)}25%,75%{transform:translateX(-10px)}50%{transform:translateX(10px)}}.shake-animation{animation:shake 2s ease-in-out infinite}.shake-animation:nth-of-type(1){animation-delay:2s}