#map_canvas {
    width: 100%;
    height: 500px;
    border: 2px solid #b6c63c;
    /*border-radius: 5%;*/
    box-shadow: 5px 5px 2px 1px rgba(0, 0, 25, 0.2);
}

#map_canvas img {
    max-width: inherit;
}

.leaflet-popup-content {
    text-align: center;
}

.leaflet-popup-content h2 {
    text-shadow: 1px 1px 2px gray;
}

#bodyContent p {
    font-size: 14px;
}