:root {    
    --text-color: #fff;
}

.blog {

    color: var(--text-color);

}

img {
    max-width: 50%;
    max-height: 50%;
}

.blog-content {
    display: flex;
    flex-direction: column;

    margin: 5%;

    /* justify-content: center; */
    align-items: center;

    gap: 20px;
}

.post-prewiew {
    display: flex;
    gap: 20px;
}

.post-info {
    display: flex;
    flex-direction: column;
}