@media print {
  body {
    background: white;
    color: black;
    font-family: sans-serif;
    margin: 1in;
    text-align: left;
  }

  #matrixCanvasMain,
  #branding,
  .pdf-btn,
  .nav-buttons {
    display: none !important;
  }

  #content,
  .content {
    background: white !important;
    color: black !important;
    border: none !important;
    box-shadow: none !important;
    margin: 0 auto;
    text-align: left;
  }

  .section {
    page-break-inside: avoid;
    margin-bottom: 1.5em;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    text-align: left;
  }

  h1,
  h2,
  h3 {
    color: black !important;
    border: none !important;
    margin-bottom: 0.5em;
  }

  p,
  li,
  .skills li,
  .qr-caption,
  .qr-block p {
    color: black !important;
    font-family: sans-serif !important;
    font-size: 1rem;
    text-align: left;
  }

  a {
    color: black !important;
    text-decoration: underline;
    font-weight: normal;
  }

  a::after {
    content: " (" attr(href) ")";
    font-size: 0.9em;
    color: black;
  }

  .tag {
    background: white !important;
    color: black !important;
    border: 1px solid black !important;
    border-radius: 4px;
    padding: 0.2em 0.5em;
    font-size: 0.85em;
    margin-right: 0.3em;
    display: inline-block;
  }

  .qr-block {
    text-align: left;
    margin-top: 2em;
  }

  .qr-block img {
    width: 120px;
    height: auto;
    margin-bottom: 0.5em;
  }

  * {
    box-shadow: none !important;
    text-shadow: none !important;
    background: none !important;
  }
}
