canvas {
    border: 2px solid #e5e7eb;
    cursor: crosshair;
    touch-action: none;
    width: 100%;
    height: auto;
    display: block;
    image-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1024px) {
    #drawingCanvas {
        width: 100%;
        height: 300px;
    }
}

