@media print {
    body {
        background: white !important;
        color: black !important;
        margin: 1cm;
    }

    nav,
    footer,
    video,
    video,
    .carousel,
    .navbar,
    .navbar-nav {
        display: none !important;
    }

    img {
        max-width: 50% !important;
        height: auto !important;
        display: block;
        margin: 1em auto;
    }

    .text-danger {
        color: black !important;
        page-break-after: avoid;
    }

    p,
    li {
        font-size: 12pt;
        line-height: 1.4;
    }

    .feheroldal {
        background: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    form,
    button,
    input,
    select,
    textarea {
        display: none !important;
    }
}