.spinner{z-index:10;width:30rem;height:fit-content;position:absolute;top:50%}[dir=ltr] .spinner{margin:-15rem 0 0 -15rem;animation:2.5s ease-in-out infinite alternate colorChange;left:50%}[dir=rtl] .spinner{margin:-15rem -15rem 0 0;animation:2.5s ease-in-out infinite alternate colorChange;right:50%}.spinner__frame{width:30rem}[dir] .spinner__frame{border:none}.spinner__logo{width:30rem;min-width:30rem}@keyframes colorChange{to{filter:hue-rotate(158deg)}}
