
body {
  /* display: none; */
}

.container {
  display: none;
  height: 0;
}

body::after {
  content: "Printing disabled.";
}