#pdfViewer {
  width: 100%;
  height: 100vh;
  overflow: auto;
}
.pdf-page {
  margin-bottom: 20px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}