* {
	margin: 0;
	padding: 0;
}

body {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
  }
 
#three-canvas {
  mix-blend-mode: difference;
  width: 100%;
	height: 100%;
  z-index: 0;
}

#three-canvas-2 {
  display: none;
}

.ascii-div {
  color: white;
  mix-blend-mode: difference;
  position: absolute;
  left: 5pc;
  top: 5pc;
  z-index: -1;
}

/* .ascii-div table {
  font-family: system-ui !important;
} */