@media print {
    body {
        zoom: 60%;
    }

    form {
        display: none;
    }
}