body {
	/* padding: 25px; */
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-wrap: wrap-reverse;

	background: #aaabbb;
}

canvas {
	margin: 0 auto;
}

.help {
	height: 100vh;
	width: 100%;
	padding: 0 50px;
	text-align: center;

	display: none;
	align-items: center;
	justify-content: center;

	position: relative;
}

::-webkit-scrollbar {
	width: 0px; /* remove scrollbar space */
	background: transparent; /* optional: just make scrollbar invisible */
}

#playButton {
	position: absolute;
	top: 25px;
	left: 25px;

	background: orange;
	padding: 10px;

	cursor: pointer;
}
