@import "../../styles/theme";

.PDFViewer {
  height: 95%;
  width: 95%;
  border: 2px solid $border0;

  position: fixed;
  top: 0; bottom: 0;
  left: 0; right: 0;
  margin: auto;
  z-index: 3;
}