@media only print{
    body {
        visibility: hidden !important;
        display: none !important;
    }
}