@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-indicator__spinner{font-size:1.5rem;animation:1s linear infinite spin}.loading-indicator__wrapper{justify-content:center;margin-top:3rem;display:flex}
