.mothergameholder {
background: #fff;
margin: 0;
overflow: hidden;
touch-action: none;
}

canvas {
width: 100%;
height: 100%;
user-select: none;
-webkit-touch-callout: none;
-webkit-user-select: none
}