@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Spinner{border:2px solid #f3f3f3;border-top-color:#905ff4;border-radius:50%;animation:1s linear infinite spin}.Spinner--small{width:20px;height:20px}.Spinner--medium{width:30px;height:30px}.Spinner--large{width:40px;height:40px}main>section>.Spinner,main>.Spinner{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}
