@media print {

    *,
    th,
    td {
        font-size: 12pt !important;
        margin: 0 !important;
        padding: 0 !important;
        background-color: white !important;
        color: black !important;
    }

    nav,
    form,
    header,
    footer,
    video,
    #gameplayCarousel {
        display: none !important;
    }

    h2,
    h3,
    h4 {
        margin: 0.5em 0 !important;
    }

    aside {
        padding: 0.5em !important;
    }

    img {
        max-width: 50% !important;
    }
}