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