#map {
    width: 100%;
    height: 100%;
    z-index: 0;
}

.time-slider {
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.leaflet-marker-icon {
    filter: hue-rotate(140deg);
}