.loadingScreen{width:100%;display:flex;justify-content:center;align-items:center}.fullscreen{height:100vh}.loadingScreen_circle{fill:blue;animation:loading 1s ease infinite}@keyframes loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}