body {
    /* font-family: serif; */
    /* font-family: 'Lucida Sans', 'Lucida Sans Unicode', sans-serif; */
    font-family: 'Garamond';
    font-weight: normal;
    font-style: normal; 
    font-size: 11pt;
    
    max-width: 80ch;
    margin: 0px auto;
    padding: 16px 8px;
    line-height: 1.5em;
}

.code {
    font-family: monospace;
}

.content {
    padding: 1.5em;
    /* border: 1px solid black; */
    /* box-shadow: 8px 8px black; */
}

/* pre { */
/*     overflow: scroll; */
/*     border-bottom: 1px solid black; */
/* } */


header {
    clear: both;
    margin-bottom: 2em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5em;
    /* background-color: #ccf; */
    background-image: url('img/header.png');
}

@font-face {
  font-family: 'Hannibal';
  src:  url('/static/australianessay.ttf') format('truetype');
}

header a {
    color: ivory;
    font-family: 'Hannibal';
    font-size: 40pt;
    text-shadow: 1px 1px black;
}

a {
    color: #36c; /* #606590; */
    text-decoration: none;
}

a:hover, .active-page {
    text-decoration: underline;
}


.date {
    color: gray;
    /* font-size: 0.95em; */
    /* padding-right: 1em; */
}

/* .date:before { */
/*     content: '['; */
/* } */

.date:after {
    /* content: ']'; */
    content: ' —';
}

.extra {
    /* font-size: 0.9em; */
    margin: 0;
    height: 1.25em;
    /* background: ivory; */
    padding: 0.1em 0.1em 0.2em;
    border-bottom: 1px solid #ffea0d;
}

.summary {
    /* font-size: 0.9em; */
    padding-left: 2em;
}

img {
    max-width: 30em;
    /* max-height: 100%; */
    margin: 0.5em;
    alignment: center;
    /* border: dotted 0.5px #606590; */
}

blockquote {
    border-left: 1px solid;
    padding-left: 1ch;
    font-style: italic;
}

.long-list {
   padding: 0.5em;
}
