body {
    font-family: 'Montserrat', sans-serif;
}
h1{
    text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 40px;
}

#map {
    width: 100%; height: 450px; margin-top: 40px; margin-bottom: 20px;
}

.info-window {
    font-family: 'Montserrat', sans-serif;
}
.info-content {
    color: #000;  /* #999 */
    /* text-shadow: 0 0 0 rgba(0, 0, 0, 0); */
}

