@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700");*{box-sizing:border-box}body{color:#333;display:flex;flex-direction:column;height:100vh;width:100vw;margin:0;font-family:'Roboto Mono', monospace}header{background:#eee;border-bottom:1px solid #ccc;height:15vh}main{display:flex}nav{flex:1}article{flex:3}aside{flex:2}footer{background:#eee;height:20vh}header,footer,article,nav,aside{padding:1em}img{max-width:999px}.float-right{float:right}.float-left{float:left}h1,h2,h3,h4,h5,h6{clear:both}

/*# sourceMappingURL=flex.css.map */