html, body {
    background-color: #f8f8f8;
    color: #383838;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

a, a:link {
    color: #265c83;
}
a:visited {
    color: #525c83;
}
a:hover   {
    color: #007be6;
}
a:active  {
    color: orange;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin: 0 0 10px;
}

p {
    margin: 0 0 10px;
}

#header {
    background-color: #383838;
    color: #f8f0f0;
    border-bottom: 1px solid seagreen;
}
#header h1 {
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 24px;
}
#header a {
    color: #f8f0f0;
    text-decoration: none;
}

#wrapper {
    display: flex;
}
#wrapper > div {
    padding: 24px;
}

#navbar {
    margin-right: 48px;
}
#navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#navbar ul > li {
    margin: 0 0 10px;
}
#navbar ul > li > a {
    color: #383838;
    font-size: 20px;
    text-decoration: none;
}

#content {
    max-width: 600px;
}

.post-title a {
    color: #383838;
    text-decoration: none;
}
.post-date {
    font-size: 90%;
    font-style: italic;
}

#footer {
    border-top: 1px solid seagreen;
    display: flex;
    font-size: 14px;
}
#footer > div {
    padding: 12px 24px;
    width: 50%;
}
#footer > div:last-child {
    text-align: right;
}
