#map {
    height: 100vh;
    width: 100vw;
    position: absolute;
    left: 0;
    top: 0;
}

#panel {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 500;
    background-color: whitesmoke;
    border-radius: 5px;
    padding: 10px 10px 12px;
}

#generate {
    margin-top: -4px;
    margin-left: 8px;
    margin-right: 3px;
}

#dlarea {
    display: none;
    text-align: center;
    margin-right: 5px;
}

#type {
    padding: 8px 3px;
    width: 140px;
    display: inline;
}


h1 {
    font-size: 32px;
}
h2 {
    font-size: 24px;
}