@keyframes scale{0%{transform:rotate(0) scale(1)}to{transform:rotate(360deg) scale(125%)}}body{background-color:#4a4e69}h1{color:#c9ada7}.main{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.cat{height:300px;width:300px;border-radius:100%;margin-top:64px}.cat:hover{animation:scale 1s forwards}
