/*
 * I add this to html files generated with pandoc.
 */

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

nav {
    margin: 1rem 0 1rem 0;
}

body {
    color: #444;
    font-family: 'Helvetica', Arial, sans-serif;
    line-height: 1.5;
    padding: 1rem;
    margin: auto;
    max-width: 42rem;
    background: #fefefe;
}

h1 {
    margin-top: 0.5rem;
}

footer {
    margin: 2rem 0 2rem 0;
}
