body {
    padding-bottom: 20px;
}

#map {
    height: 500px;
    width: 100%;
    border-radius: 5px;
}

#map-header {
    justify-content: space-between;
    display: flex;
}

.display-section {
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f8f9fa;
}
