#blog {
    padding-top: 180px;
    min-height: 100vh;
}
#blog h1 {
    margin-bottom: .5em;
}
.blogpost-table {
    text-align: left;
    width: 100%;
}
.blogpost-table th {
    padding-bottom: 2rem;
}
.blogpost-table th .text{
    color: var(--muted);
}
.blogpost-table td{
    padding-block: 1rem;
}
.blogpost-table td.dateColumn .text {
    color: var(--muted);
}
.titleColumn a {
    text-decoration: none;

}