html, body {
  margin: 0;
  padding: 0;
  height: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#game {
  display: block;
  width: 100%;
  height: 100%;
}

#GuiControls {
  position: fixed;
  bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}

#GuiControls > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
