#container main {
    font-size: 1.25rem;
    line-height: 1.75;
}

#container main p {
    margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6, time {
    font-family: "Overpass Mono", monospace;
}

#home h3 {
    margin-bottom: 0.1em;
    margin-top: 1.2em;
}

#home h3:first-child {
    margin-top: 1em;
}

.post-list {
    list-style: none;
    padding: 0;
    margin-top: 0;
}

.post-list li {
    padding: 0.15em 0;
    display: flex;
    align-items: baseline;
}

.post-date {
    flex-shrink: 0;
    width: 4.5em;
    color: #909090;
    font-size: 0.85em;
}

.post-list a {
    text-decoration: none;
}

.post-list a:hover {
    text-decoration: underline;
}

#container nav {
    border-bottom-color: #e8a44a;
}

#container footer {
    border-top-color: #e8a44a;
}

