#preloader{z-index:9999;background:#151515;position:fixed;inset:0;overflow:hidden}#preloader:before{content:"";border:6px solid #151515;border-color:#151515 #ffc451;border-radius:50%;width:60px;height:60px;animation:1s linear infinite animate-preloader;position:fixed;top:50%;left:calc(50% - 30px)}@keyframes animate-preloader{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
