.ck-content {
    height: 200px;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1; 
}

footer {
    margin-top: auto; 
}

.avatar {
    width: 150px; 
    height: 150px;
    object-fit: cover; 
}


.post-content p {
    line-height: 1.8;
    font-size: 16px;
    color: #fff;
}

.post-content a {
    line-height: 1.8;
    font-size: 16px;
    color: #fff;
}

.post-content span {
    line-height: 1.8;
    font-size: 16px;
    color: #fff;
}

.post-content h2 {
    color: #007bff;
    margin-top: 20px;
}

.post-content img {
    max-width: 100%;
    border-radius: 8px;
}

.card-post-content p {
    line-height: 1.8;
    font-size: 14px;
    color: #808080;
}


.people .item {
    margin-bottom: 20px;
}
