#map {
    height: 600px;
}
#info {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
    background: white;
    padding: 10px;
}
#map {
    height: 600px;
    width: 70%;
    float: left;
}
#layer-menu {
    width: 25%;
    float: right;
    height: 600px;
    overflow-y: auto;
    background: white;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#layer-checkboxes {
    display: flex;
    flex-direction: column;
}
#layer-checkboxes label {
    margin: 5px 0;
}
