.canvas-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.canvas-image{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;max-width:100%;max-height:100%;display:block}.drawing-canvas{touch-action:none;max-width:100%;max-height:100%;image-rendering:pixelated;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.canvas-container img,.canvas-container canvas{width:auto;max-width:100%;height:auto;max-height:100%}
