* {
 -webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 box-sizing:border-box
}
html {
 margin:0;
 padding:0;
 height:100%
}
body {
 font-size:14px;
 line-height:20px;
 font-weight:normal;
 font-style:normal;
 font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
 color:#333333;
 padding:20px;
 margin:0;
 -webkit-font-smoothing:antialiased;
 -webkit-text-size-adjust:100%
}

h1 {
 font-size:1.2rem
}

a {
 color:inherit;
 text-decoration:none;
 border-bottom:1px solid #b1b1b1
}
a:hover {
 border-bottom:1px solid #555
}


normal,
.normal{
 font-family:Consolas, monaco, monospace
}
normal {
 color:#f14e32;
 background:#eee;
 padding:2px 6px;
 font-size:13px
}

section {
 margin:0 auto 50px auto
}
