@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@400;700&display=swap'); @page { size: A4; margin: 1.5cm; /* Add page numbers at bottom */ @bottom-right { content: "Page " counter(page); font-family: "Noto Sans Mono", monospace; font-size: 10pt; } } body { font-family: "Helvetica", Arial, sans-serif; color: #000; background: #fff; margin: 0; padding: 0; } h1,h2 { text-align: center; margin: 0 0 0.5cm 0; font-size: 24pt; page-break-before: always; } h2 { font-size: 18pt; } h1,h2:first-of-type { page-break-before: avoid; } /* Table height: page height minus top/bottom margins and header estimate */ table { width: 100%; border-collapse: collapse; table-layout: fixed; border: 1pt solid #000; /* A4 height 29.7cm - margins 3cm - header 2cm ≈ 24.7cm */ height: 22.7cm; } th, td { border: 0.8pt solid #000; text-align: center; vertical-align: middle; padding: 0; }