/*https://colorhunt.co/palette/fef3e2fab12ffa812fdd0303*/
/*https://open-foundry.com/fonts/oswald_bold*/
html {
}
body {
    background-color: #fef3e2;
    font-family: Oswald-ExtraLight;
    font-size: 1.9em;
}
nav ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    /*border: 2px solid red;*/
}
a {
    /*color: #fa812f;*/
    color: #dd0303;
}

section {
    width: 60%;
    margin: 0 auto;
}
#top-title {
    font-family: Oswald-Light;
    color: #dd0303;
}
#top-title a {
    color: inherit;
    text-decoration: none;
}
#post-title {
    font-size: 1.2em;
}

img {
    width: 100%;
    height: auto;
}

.post-content {
    font-size: 1em;
}
.post-sub-title {
    font-size: 0.6em;
}

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: 0.7em;
    height: 0.7em;
    margin-right: 0.5em;
}

@media screen and (max-width: 768px) {
    .content {
        width: 100%;
    }
}
@font-face {
    font-family: Oswald-ExtraLight;
    src: url("Oswald-ExtraLight.ttf") format("truetype");
}
@font-face {
    font-family: Oswald-Light;
    src: url("Oswald-Light.ttf") format("truetype");
}

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