@import url(https://fonts.googleapis.com/css?family=Press+Start+2P);#app{width:100%;height:100vh;position:fixed;top:0;left:0;background:#000;display:flex;align-items:center;justify-content:center;z-index:9999}.loading{font-family:'Press Start 2P',sans-serif;font-size:2.5vw;color:#fff;text-transform:uppercase;padding:1.2em;position:relative}.loading::after{content:'';display:block;height:2px;width:100%;background:#fff;position:absolute;left:0;bottom:0;animation:3s ease-in-out infinite line}.loading span{display:inline-block;animation:3s ease-out infinite backwards char}.loading span:first-child{animation-delay:.11s}.loading span:nth-child(2){animation-delay:.22s}.loading span:nth-child(3){animation-delay:.33s}.loading span:nth-child(4){animation-delay:.44s}.loading span:nth-child(5){animation-delay:.55s}.loading span:nth-child(6){animation-delay:.66s}.loading span:nth-child(7){animation-delay:.77s}@keyframes line{0%{right:100%;left:0;opacity:.1}50%{right:0;left:0;opacity:1}100%{left:100%;right:0;opacity:.1}}@keyframes char{0%{transform:translateY(1.8em);opacity:0}25%,50%{transform:none;opacity:1}100%,75%{transform:translateY(-1.8em);opacity:0}}
