html, body {
    height: 100%;
    margin: 0;
}

.text-small {
    font-size: 0.8rem;
}

#map {
    height: 600px;
    width: 100%;
    max-height: 100vh;
}

#elevationprofile {
    height: 150px;
}

footer {
    background-color: lightgray;
}
