@media print {
    body {
        font-family: Times, serif;
        font-size: 12pt;
        color: black;
        background-color: white;
    }

    nav, footer, video, aside, #carousel {
        display: none;
    }
    
    img {
        max-width: 50%;
        height: auto;
    }
    
    table, th, td {
        border: 1px solid black;
        border-collapse: collapse;
    }
}
