
#app_drawingarea{
    display: flex;
    justify-content: center;
    border-radius: 5px;
    /* margin: 0px 15px 10px 15px; */
    background-color: white;
    min-height: 60%;
   
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.centered {
    display: flex !important;
    justify-content: center;
    flex-direction: column; 
}


#PictureLayer{
    width:100%;
    touch-action: none;
}

.mute {
    color:gray;
}

/* #canvas-container canvas {
    width: 100%;
} */