/* Basic styling for the game */
body {
    overflow: hidden;
    margin: 0;
}

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