@import url("https://fonts.googleapis.com/css?family=Roboto+Mono:400,700&display=swap");
@-moz-keyframes fadein{from{opacity:0}}@-webkit-keyframes fadein{from{opacity:0}}@-o-keyframes fadein{from{opacity:0}}@keyframes fadein{from{opacity:0}}*{margin:0;padding:0}html,body{min-height:100vh}body{background:#f8f8d8;font-family:'Roboto Mono',monospace;align-items:center;display:flex;flex-direction:column}section{display:flex;flex-direction:column;margin:2.75em;max-width:50em;padding:.25em;color:#111;border-radius:5px;font-size:calc(8px + 1.5vw);}section h1,section h2{align-self:center;font-family:'Roboto Mono',monospace;font-weight:bold;position:relative}section h1{font-size:calc(16px + 2.5vw)}section h2{font-size:calc(16px + 2vw)}section nav{align-items:flex-start;display:flex;flex-direction:column;align-self:center;font-size:calc(8px + 1.5vw);font-weight:bold;margin-top:2.5vh;}section nav a{color:inherit;text-decoration:none;}section nav a::before{content:'> '}svg{display:block;height:100vh;width:100vw;position:absolute;bottom:0;left:0;right:0;right:0;z-index:-1}.leaf{fill:transparent;stroke:#00be00;stroke-width:3;stroke-linecap:round}.leaf.alt{stroke:#0d0}.go .leaf{stroke-dashoffset:0}
