@import"https://use.typekit.net/mrm3nhj.css";body,html{padding:0;margin:0;font-family:apolline,serif;overflow-x:hidden}*{box-sizing:border-box}main{flex:1 1;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:100%}code{background:#fafafa;border-radius:5px;padding:.75rem;font-family:Menlo,Monaco,Lucida Console,Courier New,monospace}#wrapper{display:flex;flex-direction:column;min-height:100vh;justify-content:space-between}#wrapper .container{align-items:center;width:100%;max-width:1400px;margin:0 auto;background:#fff;display:flex}#wrapper .container .section{display:block;margin:2em}#wrapper .container .section .sectionTitle{font-size:1.5em;text-align:center;margin-bottom:1.5em}.footer{width:100%;height:100px;border-top:1px solid #eaeaea;display:flex;justify-content:center;align-items:center;background-color:#333;color:#eaeaea;position:relative}.footer .logo{height:1em;margin:5px}.footer:after{content:"";position:absolute;width:100vw;height:100%;top:0;left:50%;transform:translateX(-50%);background-color:#333;z-index:-1}