body {
    font-family: 'Poppins', sans-serif; /
}
.navbar {
    background-color: #343a40; /* Dark blue background */
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff; /* White font color */
}

.navbar-dark .navbar-toggler-icon {
    background-color: #fff; /* White color for the toggler icon */
}


#map {
    height: 400px; /* Adjust height as needed */
    width: 100%;   /* Adjust width as needed */
}
