html {
    /* font-family: 'Lora', serif; */
    /* font-family: Georgia; */
    font-family: serif;
    line-height: 1.3;
    /* font-family: "DejaVu Sans Mono", monospace; */
}

h1 {
    text-align: center;
}

h2::before {
    content: '# ';
    color: #4e7495;
}

li {
    margin-top: 0.5rem;
}

/* Apply default padding to all containers */
.container {
    padding: 0.5rem;
}

.author {
    color: #b83c00;
    text-decoration: underline;
}

body {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}

div .align-center {
    margin: auto;
    text-align: center;
}

.caption {
    margin-block-start: 0.5em;
    font-style: italic;
}

#site-name {
    color: #4e7495;
    margin-right: 0.5rem;
}

#site-header {
    font-size: large;
    font-family: monospace;
    border-bottom: 2px solid #a3a3a3;
    background-color: #f6f6f6;
}

.links {
    width: auto;
    display: inline;
}

.rss {
    width: auto;
    display: inline;
    align: right;
}

/* Footer style */
footer#site-footer {
    color: gray;
    font-style: italic;
    font-size: small;
    text-align: right;
}

/* Code-blocks */
.highlight {
    background: #f7f7f7;
    padding: 0.3rem;
}
