body {
    background-color: #FFFFFF;
}

#announcement-h2 {
    text-align: center;
    font-size: 30px;
}

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {


    h1 {
        font-size: 3.6rem;
        font-family: 'Haksen';
        font-weight: 400;
        line-height: 1.2em;
        text-align: left;
        width: 100%;
        max-width: 20ch;
        margin: 0 0 2rem 0;
        color: var(--text-purple);
        /* text-shadow: 2px 2px #E84C3D; */
        position: relative;
    }

}


li {
    list-style: none;
}

.blogcard-row {
    display: grid;
    grid-template-columns: repeat(12, 1fr)
}

.blog-card {
    padding: 10px;
    margin: 10px;
    background-color: #f1f1f1;
    grid-column: span 4;
}

h2 a {
    color: var(--text-purple);
}

.small-text {
    font-size: 15px;
    font-family: 'Merriweather'
}

.blogcard-img {
    width: 100%;
    height: 264px;
}