#loadingPage{margin-top:30vh}#loadingPage svg{width:150px;height:150px;margin:auto;display:block}#loadingPage circle{animation-name:spin;animation-duration:.6s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes spin{0%{transform-origin:50px 50px;transform:rotate(0)}to{transform-origin:50px 50px;transform:rotate(360deg)}}
