.wrapper{background:var(--color-background);justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.loaderBox{width:100px;height:100px}.loaderGroup{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
