.spinner-container{justify-content:center;padding:2.5rem 0;display:flex}.spinner{border:14px solid #e2010133;border-top-color:#e20101;border-radius:50%;width:80px;height:80px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
