.animated-button{transition:transform .2s ease,background-color .3s ease}.animated-button:hover{transform:scale(1.05)}.animated-button:active{transform:scale(.95)}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.animated-button:hover{animation:bounce .4s ease-in-out}