﻿h1 {
  display: flex;
  z-index: -1;
  margin: 0;
}

canvas {
  width: 100%;
  height: 100%;
}

#dotMeshCanvas {
  background-color: #141414;
}
