body > *:not(.print-area) {
  display: none;
}

.print-area {
  display: block !important;
}
