.post img {
    width: 50%;
    height: auto;
    border-radius: 4px;
    display: block;
    margin-bottom: 20px;
}

.post-content {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 16px;
    white-space: pre-wrap;
}