body {
    visibility: hidden;
}

.print {
    visibility: visible;
}

.print .noprint {
    display: none;
}

.w-full-print {
    width: 100vw;
}

