
* {cursor: none;}

html, body {
  background: #212121;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

canvas {
  position: absolute;
  background: #212121;
  top: 0;
  left: 0;
  cursor: none;
}


/* .page-wrapper {
  display: flex;
  justify-content: center;
  align-content: center;  
  flex-direction: column;
  text-align: center;
}

.page-wrapper header {
  padding: 20px;
  height: 100px;
  font-size: 50px;
  font-weight: bold;
}
