@media print {

    body {
        background-image: none;
    }

    nav,
    iframe,
    .movie-navigation
    .movie-trailer video,
    .movie-trailer .ratio {
        display: none !important;
    }

    body {
        background-color: white;
        color: black;
        margin: 0;
        padding: 20px;
        font-size: 12pt;
        line-height: 1.5;
        font-family: serif;
    }

    .font-size-control {
        display: none !important;
    }

    .main-title {
        align-items: center;
        text-align: center;
        color: black;
    }

    .intro-text {
        border: none;
    }

    .container {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .nav-menu{
        display: none !important;
    }
    
    .movie-grid {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
    }

    .movie-placeholder img{
        width: 4rem;
        height: 6rem;
    }

    .question-section {
        page-break-before: always;
    }

    figure,
    footer p {
        text-align: center !important;      
    }

    p {
        text-align: left;
    }

    div {
        color: black;
    }

    a {
        color: black;
        text-decoration: none;
    }
}