.logo img.animated-logo{width:150px;height:auto;transition:transform .3s ease-in-out}.logo img.animated-logo:hover{transform:scale(1.1) rotate(5deg);animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}