@media print{
  *{-webkit-print-color-adjust: exact; print-color-adjust: exact;}
  body::before{
    content:"";
    position: fixed; top: 45%; left: 50%;
    transform: translate(-50%,-50%) rotate(-18deg);
    width: 80vw; height: 80vh;
    background: url('../img/bormex_logo.png') center/contain no-repeat;
    opacity:.08; z-index:-1;
  }
}