@media print {
    .content {
        font-size: 10pt;
    }
}

h2, h3 {
    margin-block-start: revert;
}
