
html,
body {
  height: 100%;
}

body {
  margin: 0;
  background-color: #fff;
  overflow: hidden;
	font-family: Arial;
}

canvas {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

#infos {
	/* display: none; */
	position: absolute;
	top: 10px;
	left: 10px;
}
#anim {
	/* width: 100%; */
	/* max-width: 1560px;
	margin: 0 auto; */
}
