canvas {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: #000;
}

.dg.ac {
  display: none;
}

.center-container {
    z-index: 99;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    pointer-events: none;
}

.center-container img {
  max-width: 100%;
  height: auto;
}