@media print {
    body {
        color: black;
    }

    p {
        text-align: left;
        color: black;
    }

    .ratio,
    video,
    nav,
    div.carousel,
    .carousel-header,
    .btn,
    summary,
    caption {
        display: none !important;
    }

    footer {
        text-align: center;
        justify-content: center;
    }
}