@font-face {
    font-family: "Jost";
    src: url("Jost-VariableFont_wght.ttf") format('truetype');
}

#title {
    font-size: x-large;
}

#all_posts {
    margin-top: 24px;
    text-align: center;
}

#description {
    font-size: large;
    margin-bottom: 12px;
}

li {
    margin-bottom: 8px;
}

ul, ol {
    margin-left: 24px;
    margin-right: 24px;
}

.subtitle {
    font-size: small;
    margin: 12px 0px;
}

.content p {
    margin-left: 24px;
    margin-right: 24px;
}

h1 {
    margin-bottom: 12px !important;
}

h3 {
    margin-top: 42px;
    margin-bottom: 8px;
    border-top: solid 1px #212121;
    font-size: 30px;
    width: 100%;
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 0;
}

h4 {
    font-size: 20px;
}

h5 {
    margin-left: 24px;
    margin-right: 24px;
}

img {
    max-width: 100%;
}

body {
    font-family: "Jost",Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
    background-color: #F3F3F3;
}

#divbodyholder {
    padding: 5px;
    background-color: #DDD;
    width: 100%;
    max-width: 874px;
    margin: 24px auto;
}

#divbody {
    border: solid 1px #ccc;
    background-color: #fff;
    padding: 0px 48px 24px 48px;
    top: 0;
}

.headerholder {
    background-color: #f9f9f9;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

.header {
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
    padding-top: 24px;
    padding-bottom: 8px;
}

.content {
    margin-bottom: 5%;
}

.nomargin {
    margin: 0;
}

.description {
    margin-top: 10px;
    border-top: solid 1px #666;
    padding: 10px 0;
}

.clear {
    clear: both;
}

#footer {
    padding-top: 10px;
    border-top: solid 1px #666;
    color: #333333;
    text-align: center;
    font-size: small;
    font-family: "Courier New","Courier",monospace;
}

a {
    text-decoration: none;
    color: #003366 !important;
}

    a:hover {
        text-decoration: underline;
        color: #336699 !important;
    }

    a:visited {
        text-decoration: none;
        color: #336699 !important;
    }

blockquote {
    background-color: #f9f9f9;
    border-left: solid 4px #e9e9e9;
    margin-left: 12px;
    padding: 12px 12px 12px 24px;
}

    blockquote img {
        margin: 12px 0px;
    }

    blockquote iframe {
        margin: 12px 0px;
    }
