body {
    font-family: sans-serif;
    margin: 20px;
    background-color: #f4f4f4;
    color: #333;
}

h1 {
    color: #0056b3;
    text-align: center;
}

#mapid {
    height: 500px; /* Set a height for the map container */
    width: 100%;
    max-width: 800px; /* Optional: limit map width */
    margin: 20px auto;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

p {
    text-align: center;
    font-size: 0.9em;
    color: #666;
}