#pdf-container {
    text-align: center;
    margin: 20px auto;
    max-width: 800px;
}

#pdf-canvas {
    border: 1px solid #ccc;
    width: 100%;
    height: auto;
}

.pdf-controls {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.pdf-controls button {
    padding: 8px 15px;
    font-size: 16px;
    background-color: #0073aa;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.pdf-controls button:hover {
    background-color: #005d8f;
}

.pdf-download {
    margin-top: 15px;
}

.pdf-download button {
    padding: 8px 15px;
    font-size: 16px;
    background-color: #28a745;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.pdf-download button:hover {
    background-color: #218838;
}
