html,body{margin:0;padding:0;width:100%;height:100%;line-height:1;position:relative;box-sizing:border-box;display:flex;justify-content:center;align-items:center}main{text-align:center}main svg{display:block;margin:0 auto}main p{display:block;text-align:center;font-family:"SF Mono",'Roboto Mono','Hiragino Kaku Gothic ProN','Hiragino Sans','Noto Sans','Noto Sans CJK JP',monospace;font-size:12px;font-weight:300;letter-spacing:2px;color:#002855;margin-top:8px}path{stroke:#002855;stroke-width:.5px;fill:transparent;stroke-dasharray:1000px;stroke-dashoffset:1000px;animation:anim 4s ease-in 0s forwards infinite}@keyframes anim{0%{fill:#002855;stroke:transparent}20%{fill:transparent;stroke:#002855;stroke-dashoffset:1000px}60%{fill:transparent;stroke:#002855}80%{fill:#002855;stroke:#002855;stroke-dashoffset:0}100%{fill:#002855;stroke:transparent}}