.footer {
    width: 100%;
    text-align: center;
    font-size: 0.8em;
    padding-top: 10px;
    padding-bottom: 2px;
    position: relative;
}
@media print {
    .footer {
        display: none;
    }
  }