html {
    font-family: Verdana, sans-serif;
}

main {
    margin: 1em auto;
    max-width: 90ch;
}

#site-title {
    color: red;
    text-decoration: none;
}

article a,
article a:visited,
article a:hover,
article a:active {
    color: inherit;
}

.nav-link {
    color: red;
    text-decoration: none;
}

#blog-post-list {
    margin-top: 1em;
    padding: 0;
}

.blog-post-list-item {
    margin-top: 2.5em;
    list-style-type: none;
}

.blog-post-list-item a {
    line-height: 1.5em;
    text-decoration: none;
    font-weight: bold;
    color: black;
}

.post-date {
    font-style: italic;
    font-size: 0.9em;
    float: right
}

hr {
    margin-top: 2em;
    border: 0;
    border-top: 1px solid #bbb;
}

footer {
    margin: 1em auto 2em;
    max-width: 90ch;
    text-align: right;
    /* margin-bottom: 2em; */
}

footer a,
footer a:visited,
footer a:hover,
footer a:active {
    margin-top: 3em;
    color: inherit;
}

footer svg {
    width: 1.3em;
    height: 1.3em;
    margin-right: 0.5em
}

/* blog post */

article img {
    max-width: 100%;
}

time {
    font-style: italic;
}

.warning {
    color: tomato
}

.future {
    margin:1em;
    border: 1px solid #CCCCCC;
    font-style: italic;
    padding: 1em
}

.video {
    margin-top:1em;
    margin-bottom: 1em;
}

.image_sub {
    display: block;
    font-size: small;
    text-align: center;
    margin-top: -1em;
}