html`<div style="display: flex; justify-content: space-around; align-items: start;">
<div style="flex-basis: 60%;">${chart_select}</div>
<div style="flex-basis: 40%;">
<div>${viewof mapSelectInput}</div>
<div style="margin-top: 1em;">${submitSelect}</div>
<div style="margin-top: 1em;">${message_mapClick}</div>
</div>
<div style="height: 1000px;"></div>
</div>`