.joystick-container {
  position: absolute;
  top: 50vh;
  transform: translateY(-50%);
  left: 2vw;
  width: 150px;
    height: 150px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(255, 255, 255);
  }

  .joystick {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: rgba(255, 255, 255,0.5);
    border-radius: 50%;
    box-shadow:0 0 10px rgb(255, 255, 255);
  }
