.container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100vw}h1{font-size:4rem;font-weight:300;letter-spacing:.1em;display:flex;align-items:center}.logo-icon{width:calc(1em + 2px);height:calc(1em + 2px);vertical-align:middle;margin:0 -.05em;animation:rotate 3.6s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tagline{font-size:1rem;font-weight:300;margin-top:1rem;letter-spacing:.2em}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background-color:#fff;color:#000}
