@media print {
    nav, footer, button, a[href] {
        display: none !important;
    }
}
