/*basic reset*/
* {margin: 0; padding: 0;}
/*adding a black bg to the body to make things clearer*/
body {background: black;}
canvas {display: block;}

.center {
  color: #018e01;
  position: absolute;
  text-align: center;
  top: 45%;
  left: 0px;
  width: 100%;
  font-family: monospace;
}

.title {
  text-shadow: 0px 0px 10px rgb(28, 255, 28);
  font-size: 120px;
}

.sub {
  font-size: 20px;
}
