.spinnerSmall{border:2px solid #ffffff4d;border-radius:50%;place-self:center;width:20px;height:20px;animation:1s ease-in-out infinite spin;display:flex}@keyframes spin{to{-webkit-transform:rotate(360deg)}}
