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