@media print {

    body {
        font: 12pt Georgia, "Times New Roman", Times, serif;
        line-height: 1.3;
    }

    header, nav, footer {
        display: none;
    }

    img {
        max-width: 500px;
    }

}
@page {
    margin: 0.5cm;
}