.post-header {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.back-link {
    text-decoration: none;    
    color: black;
}

.back-arrow {
    border: 4px;
    border-style: solid;
    border-radius: 25px;
    padding: 0px 5px 0px 5px;
    margin-right: 5px;
}

.post-card-collection {
    text-align: center;
}

.post-card {
    height: 400px;
    width: 400px;
    overflow: hidden;
    margin: 20px 30px 20px 30px;
    position: relative;
    border-radius: 3px;
    display: inline-block;
}
.post-link {
    text-decoration: none;
    position: relative;
}
.post-thumbnail {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    margin-left: -200px; /* serious, wat? */
}
.post-cover {
    margin-top: 78%;
    height: 22%;

    /* Blurring background is challenging - using grey overlay for now*/
    margin-left: -20px;
    margin-right: -20px;
    background-color: #2f2f2f;

    /* Align text */
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 10px;
    text-align: center;
}
.post-title {
    color: white;
    font-size: 32pt;
    font-weight: bold;
}
