body{
    width: 100vw;
    height: 100vh;
    margin: 0;
    overflow: hidden;
}

#map {
    width: 100%;
    height: 60%;
}

.settings {
    height: 40%;
    padding: 10px;
}

label {
    margin-bottom: 10px;
}

textarea {
    height: 100%;
    width: 100%;
}