@media print {

  header,
  footer,
  .et_pb_button {
    display: none !important;
  }

  body {
    background: white;
    color: black;
  }

  a::after {
    content: " (" attr(href) ")";
    font-size: 12px;
  }
}
