* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: 'Poppins', sans-serif;
}

.wrapper {
    margin: 20px;
}

#visorPDF {
    border: 1px solid #ccc;
    width: 90%;
    max-width: 1000px;
    height: 100vh;
    overflow: auto;
    background: white;
    box-sizing: border-box;
    padding: 20px;
    margin: 20px;
    display: flex;
    margin: auto;
    flex-direction: column;
    align-items: center;
}

canvas {
    margin-bottom: 10px;
    max-width: 100%;
    height: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}