.initSpinner{position:absolute;top:50%;left:50%;width:32px;height:32px;background-color:gray;margin:-16px 0 0 -16px;animation:rootSpinner 1.2s infinite ease-in-out}@keyframes rootSpinner{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180deg) rotateY(0)}to{transform:perspective(120px) rotateX(-180deg) rotateY(-180deg)}}html{font-size:14px}body{margin:0;width:100vw;height:100vh;max-width:100vw;overflow:hidden;font-family:Roboto}
