@media print {
    body * {
        visibility: hidden;
    }
    #certificate-wrapper, #certificate-wrapper * {
        visibility: visible;
    }
    #certificate-wrapper {
        position: absolute;
        left: 0;
        top: 0;
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
    }
    [data-html2canvas-ignore] {
        display: none !important;
    }
}
