body {
    margin: 0;
    padding: 0;
}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.toggle-container {
    display: inline-block;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
}

.navigate {
    position: relative;
    z-index: 1;
    top: 20px;
    left: 20px;
    width: 300px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
    border-radius: 5px;
}

.chart {
    position: absolute;
    width: 400px;
    height: auto;
    min-height: 200px;
    border-radius: 10px;
    top: 10px;
    right: 30px;
    background-color: rgba(255, 255, 255, 0.9);

}

.mychart {
    width: 400px;
    height: 300px;
}