@media print {
  /* All your print styles go here */
  #nav-wrapper,
  #footer-wrapper {
    display: none !important;
  }
  article > h1:first-of-type {
    display: none !important;
  }
  #intro {
    display: none !important;
  }
  body {
    font-size: 1rem;
  }
  #hero {
    display: none !important;
  }
  #recipe {
    padding: 0rem;
    margin-top: 0rem;
    outline: 0rem dashed var(--color-accent-c);
  }
}
