
@media print {
    header, footer {
        display: none !important;
    }

    body {
        font-family: DejaVu Sans, sans-serif;
        color: #000;
    }

    img {
        max-width: 100%;
        height: auto;
    }
}
