body {
  background-color: rgb(33, 33, 33);
}

* {
  margin: 0;
  padding: 0;
}

#main-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dg {
  z-index: 99999 !important;
}

.hidden {
  transform: translate(-100%, 0);
  color: white;
  z-index: 99999;
  top: 0;
  left: 0;
  position: absolute;
  font-size: 30px;
}

p {
  /* font-family: "Noto Sans TC", sans-serif; */
  font-family: "Noto Serif TC", serif;
}
