@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  background: #a2c9e5;
  font-family: sans-serif;
  background: linear-gradient(150deg, #beb5ce, #a2c9e5) no-repeat;
}

#view {
  height: 100%;
  width: 100%;
}

h1 {
  color: white;
  size: 9px;
  }

#view canvas {
  filter: drop-shadow(16px 16px 10px rgba(0,0,0, 0.5));
}

#map {
width: 750px;
height: 500px;
}

.LEGENDA {
  position: absolute;
  top: 20%;
  left: 90%;
  width: 300px;
  padding: 10px;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,.5);
  box-sizing: border-box;
  box-shadow: 0 15px 25px
  rgba(0,0,0,.6);
  border-radius: 10px;
}

span {
  font-weight: bold;
}
