*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow:hidden}#root{height:100vh;width:100vw}.ani-text-writing{stroke:#00baff;fill:#fff;stroke-dasharray:335;stroke-dashoffset:0;-webkit-animation:text-writing 2s linear;animation:text-writing 2s linear}@-webkit-keyframes text-writing{0%{stroke-dashoffset:335}to{stroke-dashoffset:0}}@keyframes text-writing{0%{stroke-dashoffset:335}to{stroke-dashoffset:0}}.ani-text-fadein{fill:#00baff;-webkit-animation:text-fadein 1s linear;animation:text-fadein 1s linear}@-webkit-keyframes text-fadein{0%{fill-opacity:0}to{fill-opacity:1}}@keyframes text-fadein{0%{fill-opacity:0}to{fill-opacity:1}}.ani-fadeout{-webkit-animation:fadeout 1s linear;animation:fadeout 1s linear;opacity:0}@-webkit-keyframes fadeout{0%{opacity:1}to{opacity:0}}@keyframes fadeout{0%{opacity:1}to{opacity:0}}