/** { margin: 0; padding: 0;}

body, html { height:100%; }
*/
body {
  background: #333;
  max-width: 800px;
}

canvas {
  display: block;
  margin: 0 auto;
  background: #333;
/*  position:absolute;
  width:100%;
  height:100%;*/
}

a {
  text-decoration: none;
  color: white;
}
span {
  color: white;
}