/**
 * @license
 * Copyright 2019 Google LLC. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0
 */
/* Set the size of the div element that contains the map */
#map {
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}

#logo {
  width: 400px;
  height: 500px;
  background-image: url("./jar-logo-web.svg");
}

#index {
  background-color: #D5E5FF;
}