#pdf-container {
    display: flex;
    flex-direction: column;
    gap: 8px; /* Reduced gap between pages */
    align-items: center;
}

canvas {
    border: 1px solid #eee;
    /* box-shadow: 0 0 3px rgba(0,0,0,0.1); */
}

.faculty-member {
    width: 88%;
    margin: 10px auto;
    display: inline-flex;
    cursor: default;
    border: 1px solid #eee;
    background-color: #f2f2f2;
}
a,
a * {
    cursor: pointer !important;
}
