html,body {
    height: 100%;
}

#blocklyContainer {
    width: 100%;
    height: 100%;
}

.modalBox {
    position: fixed;
    left: 10%;
    top: 10%;
    width: 80%;
    height: 80%;
    border: 1px solid black;
    border-radius: 1em;
    background-color: white;
    padding: 1em;
    z-index: 10000;
}
.modalContainer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #33333344;
    z-index: 99999;
}
