@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.soccerBall{width:100px;height:100px;animation:spin 2s linear infinite}.styledBackdrop{display:flex;justify-content:center;align-items:center}.success-animation{position:sticky;color:#fff;animation:fade-in-out 1.5s}@keyframes fade-in-out{0%,to{opacity:0}50%{opacity:1}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-track-vertical{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:6px}::-webkit-scrollbar-thumb-vertical{background:#888;border-radius:6px}
