@charset "utf-8";

@media print {
  a::after {
    content: " (" attr(href) ")";
    font-size: 0.9em;
  }

  nav {
    display: none;
  }

  body {
    background: white;
    color: black;
  }
}
