html, body {
  height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
}
#map {
  height: 90%;
  width: 100%;
}
#controls {
  margin: 10px;
}
