.pdf-container {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 70vh; /* Adjust height as needed */
    margin: 20px 0;
}

.pdf-container iframe {
    width: 50%;
    height: 100%; /* Make it fill the container height */
    border: none;
}