html,
body {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100vw;
    height: auto;
    margin: 0;
    padding: 0;
   background: #c3dcf8;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    overflow: hidden;
    z-index: 0;
}

main {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 96vh;
    margin: 0;
    padding: 0;
    z-index: 0;
}

map {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: flex-end;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 0;
}

