.loading{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;z-index:9999;display:flex;align-items:center;justify-content:center}.loading-text{width:100%;height:100px;line-height:100px;text-align:center}.loading-text span{display:inline-block;margin:0 5px;color:#fff;font-family:Quattrocento Sans,sans-serif;animation:blur-text 1.5s infinite alternate}@keyframes blur-text{0%{filter:blur(0)}to{filter:blur(4px)}}.loading-text span:first-child{animation-delay:0s}.loading-text span:nth-child(2){animation-delay:.2s}.loading-text span:nth-child(3){animation-delay:.4s}.loading-text span:nth-child(4){animation-delay:.6s}.loading-text span:nth-child(5){animation-delay:.8s}.loading-text span:nth-child(6){animation-delay:1s}.loading-text span:nth-child(7){animation-delay:1.2s}