body {
    font-family: 'Barlow', sans-serif;
    line-height: 1.6;
    max-width: 600px;
    margin: 40px auto;
    padding: 20px;
    background: #f0efea;
    color: #151515;
}

header#title-block-header b {
    font-size: 1.1rem;
    font-weight: 700;
    font-style: italic;
    /* display: block;
    margin-bottom: 5px; */
}

header#title-block-header {
    font-size: 0.9rem;
    color: #555;
}

a { color: #64a7d0; text-decoration: none; }
a:hover { text-decoration: underline; }

h2 {
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
    margin-top: 40px;
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin-top: 10px;
}

footer {
    margin-top: 60px;
    padding-bottom: 40px;
    /*text-align: center;*/
    font-size: 0.85rem;
    color: #666;
}

footer hr {
    border: 0;
    border-top: 1px solid #dcdbd5;
    margin-bottom: 20px;
}

footer a {
    font-weight: 700;
}
