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