/* 5. Game Area Specifics */
#game-container-wrapper {
    touch-action: none; /* Prevent scrolling while drawing */
}

#game-area {
    /* Main container for canvases */
}

canvas {
    touch-action: none;
}
