.news-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #343a40;
}
.news-meta {
    color: #6c757d;
    margin-bottom: 20px;
}
.author-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.author-info img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
.news-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}
.news-content {
    font-size: 1.2rem;
    line-height: 1.6;
}
.news-stats {
    color: #6c757d;
    margin-top: 10px;
}
.recommended-section {
    margin-top: 50px;
}
.recommended-item {
    display: flex;
    margin-bottom: 20px;
}
.recommended-item img {
    width: 150px;
    height: 100px;
    border-radius: 10px;
    margin-right: 15px;
}
.recommended-item-title {
    font-size: 1.2rem;
    font-weight: bold;
}
.recommended-item-summary {
    color: #6c757d;
}

.news-content img{
    margin: 0 auto;
    display: block;
}
