html{
  zoom: 0.75;
  -moz-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}
body{
  background-color: black;

  text-align: center;
}

.canvas{

}
