@import url('https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap');

body {
    font-family:"Roboto Mono", monospace, -apple-system,BlinkMacSystemFont,
        "Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,
        "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

/*HTML 5 compat*/
header, section, article, nav, footer, aside, hgroup{
    display: block;
}

/* make room for fixed navbar */
body {
    background-color:#fcfcfc;
	padding-top:70px;
}

section a {
    color:#222;
    text-decoration: underline;
}