html,body{
	background-color: rgb(201, 201, 201);
	display: flex;
	justify-content: center;
}
canvas{
	border:1px solid black;
}