body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.7;
    color: #333;
    background-color: #fff;
  }
  
  .header img {
    max-height: 300px;
    object-fit: cover;
    width: 100%;
  }
  
  main h1, main h2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  
  .navbar-nav .nav-link {
    padding: 0.5rem 1rem;
    font-weight: 500;
  }
  
  .footer {
    background-color: #f8f9fa;
    font-size: 0.9rem;
    color: #555;
  }
  

  .google-map {
    padding-bottom: 50%;
    position: relative;
}

.google-map iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
