.post-header {
    width: 100%;
    background-color: grey;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
    font-size: 30px;
}

.post-title {
    width: 60%;
    margin: auto;
}


.post-content {
    overflow-x: hidden;
    font-family: InterLight;
}

@media (min-width: 920px) {
    .post-content {
        width: 900px;
    }

    .post-related {
        width: 900px;
    }
}

@media (max-width: 919px) {
    .post-content {
        width: 96%;
    }

    .post-related {
        width: 96%;
    }
}

.post-related {
    border-top: solid 1px #54565a;
}

.post-related-title1{
    font-family: InterBold;
    color: #55c2de;
    font-size: 20px;
}

.post {
    width: 240px;
    height: 304px;
    background-color: lightgray;
    position: relative;
}

.post-img {
    width: 240px;
    height: 152px;
}

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

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

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

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

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

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

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

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