html {
    scroll-behavior: smooth;
}
@media print {
    .no-print {
        display: none !important;
    }
}