body {
    font-family: Arial, sans-serif;
}
.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}
canvas {
    background-color: #f0f0f0; /* Fondo gris claro */
    border-radius: 10px; /* Bordes redondeados opcional */
}
