@media print {
    body {
        font-family: Arial, sans-serif;
        font-size: 12pt;
    }

    table {
        border-collapse: collapse !important;
        width: 100% !important;
    }

    table th, table td {
        border: 1px solid #ddd !important;
        padding: 8px !important;
    }

    table th {
        background-color: #343a40 !important;
        color: white !important;
        text-align: center !important;
    }

    h1, h2, h3, h4 {
        text-align: center !important;
        margin: 0.5rem 0 !important;
    }
}