html,
body {
	height: 100%;
	margin: 0;
	overflow: hidden;
}

#bouncy {
	font-size: 2rem;
	position: fixed;
	left: 0;
	top: 0;
	display: inline-block;
	user-select: none;
	pointer-events: none;
	will-change: transform;
}