.loading-screen{position:fixed;z-index:10;left:0;top:0;width:100%;height:100%}.loading:after{content:".";animation:loading 1s ease alternate infinite}@keyframes loading{60%{text-shadow:.35em 0 0 currentColor}100%{text-shadow:.35em 0 0 currentColor,0.75em 0 0 currentColor}}