body {
    min-height: 100vh;
}

html {
    min-height: 100%;
    height: 100% !important;
}

.post-preview {
    margin-top: 80px;
}

.post-title {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.post-title a:link {
    color: darkslategray;
    text-decoration: none;
}

.post-title a:visited {
    color: darkslategray;
}

.post-author {
    color: brown;
}

.post-image {
    width: 600px;
}

.post-content p {
    text-align: justify;
}
