body {
    margin: 0;
    padding: 0;
  }

  #map {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }

  .legend {
    line-height: 18px;
    color: #555;
  }

  .legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.9;
  }

  .info {
    padding: 6px 4px;
    font: 13px/18px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
  }
  .disclaimer{
  position: absolute;
  bottom:0;
  left:0;
  color: rgb(5, 12, 77);
  background-color:#7ac6d2;
  padding:2px 10px;
  opacity: 80%;
  width:70%;
  z-index: 801;
}
