@media print {
  body {
    margin-top: -50px !important;
  }
  .navbar {
    display: none !important;
  }
}
