/* Set the size of the div element that contains the map */
#map {
    height: 700px;
    /* The height is 400 pixels */
    width: 93%;
    /* The width is the width of the web page */
}
#maps-body {
    display: flex;
    flex-direction: row;
}
#body {
    margin: 0 10px 100px 10px;
}

bold {
    font-weight: bold;
}