body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
  }
  
  #map {
    width: 100%;
    height: 100vh;
  }
  
