.w3-quarter-hover:hover{
  cursor: pointer;
}
.w3-Montserrat {
  font-family: "Montserrat", serif;
}
.w3-Pacifico {
    font-family: "Pacifico", serif;
  }
  .material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
  }


  /* Always set the map height explicitly to define the size of the div
 * element that contains the map. */
#gmp-map {
    height: 500px;
    width: 1000px;
    padding: 10px;
  }

  .row{
    margin-left: 20px;
    margin-right: 20px;
  }
