.post-miniature-container {
    display: flex;
    flex-direction: column;
    width: 280px;
    margin: 20px;
    padding: 20px;
    background-color: rgb(245, 245, 245);
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}

.post-miniature-container h3 {
    text-align: center;
}

.posts-list a {
    color: rgb(21, 63, 50);
    text-decoration-color: goldenrod;
}

.post-preview-img {
    width: 100%;
}

.date-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    font-weight: 300;
    font-size: 14pt;
}