 #viewer {
   width: 100%;
   height: 100%;
   display: flex;
   justify-content: center;
 }

 .pdf-night {
    background-color: #0f172a !important;
  }

  .pdf-night canvas {
    filter: invert(1) hue-rotate(180deg) contrast(0.9);
  }