.container {
    max-width: 700px;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 116%;
    text-align: justify;
}

h1 {
    font-family: 'Lato', sans-serif;
    font-size: 220%;
    margin-top: 32px;
    margin-bottom: 24px;
}

h2, h3 {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 130%;
    margin-top: 24px;
    margin-bottom: 8px;
}

h3 {
    font-style: normal;
    font-size: 115%;
    margin-top: 8px;
    margin-bottom: 4px;
}

h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 115%;
    margin-bottom: 4px;
}

h5 {
    font-style: italic;
    font-size: 110%;
}

h6 {
    font-style: italic;
    font-size: 105%;
}

.title {
    text-align: center;
}

.title a {
    color: inherit;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.content {
    font-family: 'TeXGyrePagella', serif;
}

.summary {
    margin-left:40px;
    margin-right:40px;
    margin-bottom: 32px;
}

.meta {
    color: rgba(27,31,35,.4);
    font-size: 83%;
}

.published {
    margin-bottom: 32px;
}

.footnotes {
    font-size: 92%;
}

.footnotes ol {
    margin-top: 8px;
    margin-bottom: 8px;
}

.footnotes li {
    margin-bottom: 8px;
}

.footnotes p {
    display: inline;
}

.emphasize {
    font-weight: bold;
}

blockquote {
    background-color: rgba(27,31,35,.1) !important;
    padding: 8px 16px;
    border-radius: 4px;
}

blockquote p {
    display: inline;
}

code {
    font-family: 'Inconsolata', monospace;
    color: inherit;
    background-color: rgba(27,31,35,.1);
    border-radius: 4px;
    padding: 2px 4px;
}

pre {
    background-color: rgba(27,31,35,.1) !important;
    padding: 8px;
    border-radius: 4px;
}

pre code {
    padding: 0;
}

table {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

table tr th:empty {
    display: none;
}

img, svg {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 4px;
}

#nav a {
    color: inherit;
}

#nav-border {
    border-bottom: 1px solid #212529;
}

#main {
    margin-top: 1em;
    margin-bottom: 4em;
}
