/* Styling for the map container */
#mapid {
    width: 100%;
    height: 500px; 
}

/* Styling for the text inside the map container */
#textMap{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}