
.title, .title:visited {
    font-size: 0.7em;
    text-decoration: none;
    color: #4a4a4a;
}

nav a {
    margin-right: 8px;
}

a {
    text-decoration: underline;
}

.blog-posts {
    list-style-type: none;
    padding: unset;
}

ul.blog-posts li {
    display: flex;
}

ul.blog-posts li span {
    flex: 0 0 130px;
}

.tags time{
    font-size: 15px;
}