* {user-select: none}
@media print {
  body {
    display: none !important;
    visibility: hidden !important
  }
}
