body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-color: #1a1a1a;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#map {
    height: 100vh;
    width: 100vw;
    background-color: #1a1a1a;
}

/* Custom styles for Leaflet popups */
.leaflet-popup-content-wrapper {
    background: #2c2c2c;
    color: #fff;
    border-radius: 8px;
}

.leaflet-popup-tip {
    background: #2c2c2c;
}

.leaflet-container {
    background: #1a1a1a;
}
