html,
body {
	margin: 0;
	width: 100%;
	min-height: 100%;
	background: #7fc8ff;
	overflow: hidden;
	touch-action: manipulation;
}

body {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Arial, sans-serif;
}

canvas {
	display: block;
	max-width: 100vw;
	max-height: 100vh;
	object-fit: contain;
	box-shadow: 0 18px 60px rgba(34, 60, 22, 0.28);
}
