.post-section {
    display: flex;
    transform: scale(0.9);
}

.post-thumbnail {
    height: 20rem;
    width: 24rem;
    object-fit: cover;
    border: 3px solid black;
    
}

.post-text {
    padding: 1%;   
}


.post-text a {
    text-decoration: none;
    font-size: xx-large;
    font-weight: bolder;
}

.post-author {
    font-weight: bolder;
}