/* #titlebar, #toolbarContainer {
    display: none !important;
} */

#canvasContainer {
    top: 0 !important;
    bottom: 0 !important;
}

/* Opcional: ajustar el color de fondo para que combine con el sitio */
#canvasContainer {
    background-color: #f1f5f9 !important;
    background-image: none !important;
}

#canvas {
    box-shadow: none !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}