/* #pdf-display {
/*         display: flex; */
/*         justify-content: center; */
        align-items: center;
        height: 800px;
      overflow: auto;
    border: 1px solid #e6e2e2fa;
    border-radius: 30px;
}

    #pdf-display canvas {
      display: flex;
        justify-content: center;
       margin: 0 auto;
    }

    #pdf-controls, #zoom-controls {
      display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
        text-align: center; /* Center the buttons */
    }

    #pdf-controls button, #zoom-controls button{
        margin-right: 20px; /* Add some space between the buttons */
    }

    #zoom-controls button:last-child {
        margin-right: 0; /* Remove the right margin from the last button */
    }

 */