#section1 {
    margin-top: calc(10vh + 100px);
    margin-bottom: 10vh;
}

.blog-card {
    margin-bottom: 6vh;
    border: solid 1px;
    border-radius: 10px;
    padding: 30px;
}

.blog-meta {
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 0.65rem;
    opacity: .6;
    margin-bottom: 10px;
}

.blog-title {
    margin-bottom: 14px;
}

.blog-title a {
    text-decoration: none !important;
}

.link {
    text-decoration: underline !important;
}
