.map {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center; 
    height: 60vh; 
}

.map-container {
    width: 90%; 
    max-width: 600px; 
    height: 200px; 
    overflow: hidden; 
    border-radius: 10px; 
}

iframe {
    width: 100%;
    height: 100%; 
    border: 0;
}