@media print {
    header, footer, nav, .sidebar {
        display: none;
    }
        
    body {
        font-size: 12pt;
        line-height: 1.5;
        margin: 20mm;
    }
        
    * {
        background: none !important;
        color: #000 !important;
    }
        
    a {
        text-decoration: underline;
        color: #000;
    }
}
    
        
