@media print {
    .navigation,
    .sponsor,
    head,
    alert {
        display: none !important;
    }

    * {
        display: block !important;
        overflow: visible !important;
    }

    .article-categories,
    .article-title,
    .article-date {
        display: flex !important;
        justify-content: center !important;
    }
}
