.loading-container{perspective:500px;flex:1;display:flex;align-self:center;align-items:center;justify-content:center;height:100%;width:100%;color:#fff;background-color:#0a1013}.loading-square{width:32px;height:32px;background-color:#fff;animation:rotate-loading-square 1.5s ease-in-out infinite}@keyframes rotate-loading-square{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(0) rotateY(180deg)}to{transform:rotateX(180deg) rotateY(180deg)}}
