@media print{
header {
 position: absolute;
}
body {
        zoom: .8;
    }

.fixed {
    position: absolute;
    top: 71px;
    left: inherit !important;
  }
  nav.fixed {
    width: 838px;
    background: none;
    padding: 0;
    min-width: inherit;
  }
  nav.fixed ul {
    width: auto;
    margin: 0;
    justify-content: space-between;
  }
  nav.fixed ul li {
    margin: 0;
  }
}