canvas {
  position: absolute;
  height: 100%;
}

.wrap {
  height: 100vh;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

body {
  background: black;
}