.preloader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fffc;display:flex;justify-content:center;align-items:center;z-index:9999}.spinner{width:120px;height:40px;background-image:url(https://clipart-library.com/image_gallery2/Football-PNG-Image.png);background-size:contain;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
