@media print {
    body {
    color: #000;
    background: #fff;
    }
    
    nav, footer {
        display: none;
    }
    
    img {
        max-width: 100% !important; 
    }
}

@page {
    size: A4;
}