body {
	overflow: hidden
}

#cheese {
	width: 32px;
	height: 32px;
	pointer-events: none;
	cursor: grab;
	user-select: none;
}

#capture {
	position: absolute;
	cursor: grab;
	width: 32px;
	height: 32px;
}
