#preloader{z-index:999999;background:#fff;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed}#preloader .line{border:2px solid #fff;border-bottom-color:#cc1a80;border-radius:50%;position:absolute}#preloader .line:first-child{width:85px;height:85px;animation:.6s linear infinite circle-anim}#preloader .line:nth-child(2){width:70px;height:70px;animation:.8s linear infinite circle-anim}#preloader .line:nth-child(3){width:115px;height:115px;animation:1s linear infinite circle-anim}#preloader .line:nth-child(4){width:145px;height:145px;animation:1.2s linear infinite circle-anim}@keyframes circle-anim{to{transform:rotate(360deg)}}
