.textpath-canvas {
  height: 100vh;
  width: 100vw;
  background-color: transparent;
  display: flex;
  justify-content: center;
  position: fixed;
  /* z-index: ; */
  /* pointer-events: none; */
}

#draw-anim-container {
	touch-action: none;
	user-select: none;
    color: black;
}

.draw-path-text {
	font-size: 15px;
	fill: black;
  opacity: 0.2;
}