body {
    width: 100vw;
    height: 100%;
    font-family: sans-serif;
}

main {
    font-family: serif;
}

#navbar-header a {
    color: white;
}

footer {
    text-align: center;
}

#copyright p {
    font-size: small;
}

#socials {
    display: grid;
    justify-content: center;
    grid-auto-flow: column;
    grid-gap: 2rem;
}

.social-item i {
    color: white;
    aria-hidden: true;
}

.post-tag > a {
    color: lightslategrey;
    text-decoration: none;
}

.post-title-container {
    display: flex;
    justify-content: space-between;
}


.post-title {
    text-align: left;
}

.post-date {
    text-align: left;
}
