.loading-spinner{animation:2s ease-out infinite rotation}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(359deg)}}
