.map {
    margin: 0;
    background: #1d1f27;
    color: white;
    font-family: Arial, sans-serif;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.title {
    text-align: center;
    padding: 10px;
}

#map {
    height: 600px;
    width: 100%;
}


#map-message {
    position: absolute;
    top: 50px;
    left: 10%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    z-index: 1000;
    pointer-events: none;
}