#container {
	padding: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 100vw;
	overflow-x: auto;
}

#stick-canvas {
	background-color: #f4f4f4;
	box-shadow: 0 0 10px #111;
}