body {
    font-family: Arial, sans-serif;
    margin: 40px;
    background-color: #f0f0f0;
}

.jupyterlite-iframe-container {
    width: 100%; /* Full width of the container */
    height: 80vh; /* 80% of the viewport height */
    position: relative;
}

/* .jupyterlite-embed iframe {
    width: 100%; 
    height: 100%; 
    position: absolute;
    top: 0;
    left: 0;
    border: none;
} */

.jupyterlite-embed {
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 100%) {
    .jupyterlite-embed iframe {
        height: 100%;
    }
}