

.post {
    width: 300px;
    height: 380px;
    background-color: lightgray;
    position: relative;
}

.post-img {
    width: 300px;
    height: 180px;
}

.post-info {
    width: 300px;
    height: 200px;
    padding: 10px;
    opacity: 0.9;
    font-size: 16px;
    background-color: #54565a;
    overflow: hidden;
    text-align: left;
}

.post-url {
    display:inline-block;
    width:100%;
    height:100%;
    text-decoration: none;
    text-align: center;
}

.post-info-title {
    font-family: InterBold;
    line-height: 1.3;
}

.post-info-date{
    margin-top: 15px;
    position: absolute;
    bottom: 5px;
    left: 5px;
    color: #ffffff;
}

.post-info-program {
    font-family: InterLight;
    font-style: italic;
}

.post-info-axis {
    font-family: InterLight;
    font-style: italic;
    margin-bottom: 5px;
}

.post-url:link {
    color: #ffffff;
}

.post-url:active {
    color: #ffffff;
}

.post-url:visited {
    color: #ffffff;
}






