#pdf-flipbook-viewer {
    display: flex;
    justify-content: center;
    gap: 10px; /* Space between the two pages */
}

#pdf-flipbook-viewer canvas {
    width: 48%;
    height: auto;
    border: 1px solid #ddd;
}

#pdf-flipbook-controls {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
	align-items: center;
}

#pdf-flipbook-download {
    text-align: center;
    margin-top: 10px;
}

.download-button {
    display: inline-block;
}
