:root{--black:#000;--white:#fff;--blue-grey-700:#455a64;--blue-grey-800:#37474f;--blue-grey-900:#263238;--grey-900:#212121;--shadow-z-2:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23)}html{font-size:8px}body{background-color:#263238;background-color:var(--blue-grey-900);color:#fff;color:var(--white);margin:0;min-height:100vh;line-height:1.5;font-size:2rem;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}.flex-auto{flex:1 0 auto}h1{font-size:5rem}h2{font-size:3.5rem}h3{font-size:3rem}h4{font-size:2.5rem}#content{margin:2rem auto;max-width:80rem}#content article>h1,#content article>h2,#content article>h3,#content article>p{padding:0 2rem}a{color:#fff;color:var(--white)}ul{padding-left:4rem}.site-header{background-color:#455a64;background-color:var(--blue-grey-700);color:#fff;color:var(--white);display:flex;align-items:center;padding:2rem}.site-logo a{color:inherit;text-decoration:none;font-size:3.5rem;border-top:2px solid transparent;border-bottom:2px solid transparent}.site-logo a:focus,.site-logo a:hover{border-bottom-color:#fff;border-bottom-color:var(--white)}.main-nav ul{margin:0;display:flex}.main-nav li{list-style-type:none}.main-nav a{color:inherit;text-decoration:none;font-size:2.5rem;border-top:2px solid transparent;border-bottom:2px solid transparent}.main-nav a.current,.main-nav a:focus,.main-nav a:hover{border-bottom-color:#fff;border-bottom-color:var(--white)}.site-footer{margin:0 auto;max-width:80rem}.site-footer,.site-footer>p{padding:0 2rem}.posts-list{padding:3rem 2rem;background-color:#37474f;background-color:var(--blue-grey-800);box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);box-shadow:var(--shadow-z-2)}.posts-list :first-child{margin-top:0}.posts-list :last-child{margin-bottom:0}@media (min-width:82rem){.posts-list{border-radius:8px}}