@media print {
    @page {
        size: 148mm 210mm;
        margin-bottom: 15mm;
        @bottom-center {
            content: counter(page);
            margin-bottom: 3mm;
        }
    }
}

* {
    font-family: monospace !important;
}

h2 {
    color: black;
}