

.HUD {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around; 
  align-items: center;
  background: rgba(179, 120, 56, 0.5);
  padding: 1px;
  font-family: sans-serif;
  font-size: 8px;
  color: #fff;
  z-index: 1000;
  width: 55%;
  height: 10%;
}

.hud-stat {
  flex: 1;
  text-align: center;
}

.hud-help {
  flex: 1;
  text-align: center;
  font-size: 6px;
}