
h1 {
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
}

.signature {
    width: 20em;
    max-width: 100%;
    margin-top: 4em;
    border-top: dotted 1px #777;
    display: inline-block;
    text-align: center;
}

.copy {
    border-bottom: dotted 1px #777 !important;
    display: none;
}

@page {
    size: A4;
    margin: 1cm;
    padding: 0;
}
@media print {
    /* BEGIN Corrections to Bootstrap 4 */
    body {
        min-width: auto !important;
    }
    .container {
        min-width: auto !important;
        max-width: 100% !important;
    }
    /* END Corrections to Bootstrap 4 */
    body {
        font-size: 10pt;
        padding: 1cm 1cm;
    }
    .copy {
        display: block;
    }
}
