body {
	margin: 0;
	padding: 0;
	background-color: hsl(200, 70%, 0%);
	display: flex;
	justify-content: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 100vw;
}
.container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 50%;
}
canvas {
	/* border: 2px solid black; */
	/*  for development */
	/* float: right; */
	margin-top: 10px;
	/* scale: 1; */
}
.info-text {
	color: white;
	text-align: center;
	font-size: 25px;
	margin-top: 50px;
	margin-bottom: 20px;
	width: 85%;
}
#play {
	width: 100px;
	height: 50px;
	font-size: 25px;
}
