
a[target="_blank"]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: " \f35d";
}

a[href^="mailto:"]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: " \f0e0";
}

.center {
    display: block;
    margin: 0 auto;
}

@page {
    size: a4 portrait;
    margin: 20mm 10mm 20mm 10mm;
    counter-increment: page;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    white-space: pre;
    color: grey;
}

@media print {
    h1:not([id]) {
        display: none;
    }
}
