@media print { 
    aside, header, .no-print { display: none !important; } 
    main { padding: 0 !important; background: white; color: black; } 
    .print-contract { border: none !important; box-shadow: none !important; color: black !important; background: white !important; } 
    body { background: white; } 
}