h1 {
    color: #000;
    padding-bottom: 0.6em;
}
h3 {
    margin-top: 2rem;
    margin-bottom: 0.6em;
    border-bottom: 1px solid #CCC;
    width: 90%;
    padding-bottom: 0.2rem;
}
.posts li {
    margin-bottom: 1rem;
}
.posts li:last-child {
    margin-bottom: 0;
}
.post-link {
    color: #000;
    font-weight: 500;
}
.post-title {
    margin-bottom: 1em;
}
.tag {
    background-color: #FFF;
    margin: auto;
}

.tag-container-link {
    margin-top: 2em;
    color: #222;
}
.link-more-posts {
    width: 1em;
    height: 1em;
    position: relative;
    top: -2px;
}