.spinner-wrapper{display:flex;justify-content:center;width:100%}.spinner-wrapper__big{align-items:center;height:300px;width:100%}.spinner{animation:l2 1s linear infinite;aspect-ratio:1;border:8px solid #add8e6;border-radius:50%;border-right-color:#3761f6;width:50px}@keyframes l2{to{transform:rotate(1turn)}}
