@page {
  margin: 2mm;
}

@media print {
  /* body {
    display:table;
   table-layout:fixed;
   padding-top:2.5cm;
   padding-bottom:2.5cm;
   height:auto;
  }
  .navbar {
    display:none;
  }     */
}
body {
  padding-top:0;
}

.logo {
  /* height: 50px; */
  max-height: 50px;
}

.header {
  position: fixed;
  top: 0;
  text-align: center;
  width: 100%;
}
/* 
.footer {
  position: fixed;
  bottom: 0;
} */