.desktop #page {
    max-width: 650px !important;
}

#news-title {
    padding: 18px 0;
    text-align: center;
}

#news-content {
    padding: 0 10px 10px;
}

.news-text {
    text-align: justify;
    padding: calc(1em + 3px) 3px 3px;
    margin-top: 3px;
    margin-bottom: calc(1em + 5px);
    border-top: 1px solid var(--card-bg-dark);
}