.logo-rotating{animation-duration:8s;animation-iteration-count:infinite;animation-name:spin;animation-timing-function:linear;aspect-ratio:1;background-color:var(--c-def);border-radius:50%;color:var(--c-base);width:19.5rem;@media (max-width:1023px){width:15.2rem}img{width:100%}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}