body {
    background: #f5f5f7;
}

@media print {

    button,
    input,
    textarea {
        display: none !important;
    }

    body {
        background: white !important;
    }
}
