@media print {
    html, body {
        font-size: 1.5rem;
    }


        .noprint {
            display: none;
        }

}