#joystick-base, #joystick-stick, #joystickDedecter {
  touch-action: none;
}

#joystick-base {
  position: fixed;
  bottom: 50px;
  left: 50px;
  width: 120px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  touch-action: none;
}

#joystick-stick {
  position: absolute;
  left: 40px;
  top: 40px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 251, 42, 0.6);
  border-radius: 50%;
}

 #touch-buttons .shoot{
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 60px;
  right: 50px;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
}

#joystickDedecter {
    height: 100%;
    pointer-events: auto;
    position: absolute;
    width: 35vw;
    z-index: 1500;
}