.pdf-container {
    width: 100%;
    height: 2400px; /* adjust height as needed */
    overflow: auto; /* add scrollbars if content overflows */
}

.pdf-cont2 {
    width: 100%;
    height: 3000px; /* adjust height as needed */
    overflow: auto; /* add scrollbars if content overflows */
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}