.rotating-image-container{justify-content:center;align-items:center;height:100vh;display:flex}.rotating-image{width:59px;height:auto;animation:2s linear infinite rotate}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}