body {
  margin: 0;
  text-align: center;
  background: #242424;
  overflow: hidden; /* Hide scrollbars */

}
canvas {
  margin: 5vh auto;
  width: 75vh !important;
  height: 90vh !important;
}
