.animated-img{    position: fixed;    top: -45dvh;    right: -25dvh;    z-index: 99;    /*animation-duration: 30s;*/    animation-iteration-count: infinite;}.anim-v1{    animation-name: anim-v1;}@keyframes anim-v1 {    0% {transform: rotate(0);}    100% {transform: rotate(360deg);}}