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 */
}

.event-mark {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: blue;
}

.event {
    font-weight: bold;
}
