.pdf-container {
    background-color: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-radius: 8px;

    padding: 1rem;

    display: flex;
    flex-direction: column;
}

canvas {
    margin: 1rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
