.controllersLegend {
  position: absolute;
  right: 0;
margin-bottom: 12px;
  margin-right: 18px;
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 58px;
  bottom: 0;
  z-index: 500;
  align-items: center;
  color: white;

  >div{
    gap: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;    font-size: 16px;
  }
  img {    width: 45px;  height: 31px;
  }
}