
.post_img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    height: 20%;
    border-radius: 2px; /* Smooth rounded corners */
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); /* Optional soft shadow */
    transition: all 0.3s ease-in-out; /* Smooth transition on hover */
}
.post-card {
    text-align: center;
    margin-bottom: 20px;
}
.post_description {
    font-size: 0.9rem;
    margin-top: 5px;
    text-align: right;
    color:#0000ff;
}
.post_content{
    font-size: 0.875rem;
    text-align: justify;
}

.single_post{
    font-size: 0.875rem;
    text-align: justify;
}
.single_post img{
    width:100%;
}
