@page {
    margin: 2cm;
}

body {
    font-family: "Palermo, Times New Roman" !important;
}
    
nav, footer {
    display: none !important;
}

table, img, canvas {
    break-inside: avoid;
}

h1 {
    break-before: always;
}

.print-divider {
    border-bottom: 2px solid #157347; 
    width: 100%;
    padding-bottom: .25rem;
}