.animation-delay-100{animation-delay:.1s}.animation-delay-200{animation-delay:.2s}@keyframes slow-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animate-slow-spin{animation:slow-spin 3s linear infinite}