body { 
    position:absolute;
    width:100%;
    height:100%;
    margin:0; 
    padding:0; 
    font-size: 12px;
    font-family: 'arial';
  }

#map{ 
    position:absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

#ledgend{
  position:absolute;
  display: flex;
  justify-content: flex-start;
  align-items:baseline;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color:rgba(0,0,0,.8);
  color: white;
  padding: 10px;
  font-weight: bold;
}

svg{
  width: 50%;
  height: 20px;
}

.ledg-item{  
  display: none;
  width: 10%;
  align-items:baseline;
  margin-left: 10px;
  margin-right: 10px;
}

.label{
  padding-right:5px;
}



