/** * @license * Copyright 2025 Google LLC. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ /* [START maps_js_api_loader_map] */ html, body { height: calc(100vh - 100px); padding: 0; font-family:Arial, Helvetica, sans-serif ; } #map { height: calc(100vh - 100px); } h1{ height:30px } @media screen and (max-width: 600px) { h1 { font-size: 1.2em; } } /* [END maps_js_api_loader_map] */