html, body {
  margin: 0;
  padding: 0;
  background-color:#f2f2f2;
  text-align:center;
  font-family: "Courier New";
  color: #3c4cc1;
  font-size:13px;
}
canvas {
  display: block;
}