@media print {
    :root {
        --bg-color: #fff;
        --font-color: #000;
        --visited-color: #bbb;
        --white-color: #000;
        --black-color: #fff;
    }

    .one_work {
        background-color: #eee;
    }

    .one_work button {
        display: none;
    }

    nav {
        display: none;
    }

    form {
        display: none;
    }

    #form_fejlec {
        display: none;
    }

    details {
        display: none;
    }

    hr {
        margin: 2vh;
    }

    article {
        margin: 0;
    }

    .title {
        height: 20vw;
        background-image: none;
        color: #000;
    }

    h2 {
        height: auto;
        padding: 0 !important;
        margin: 0 !important;
        background-image: none;
    }

    .logo {
        display: none;
    }

    .show-on-print {
        display: block;
    }

    iframe {
        display: none !important;
    }

    figure {
        display: none !important;
    }

    ul {
        line-height: 3vh !important;
    }

    ul a {
        text-decoration: none !important;
        color: #000 !important;
    }

    .download-work {
        display: none;
    }
}