html {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    height: 100%;
    font-family: droid-sans, sans-serif;
}
  
.leaflet-control-attribution {
    display: none;
}

#map {
    height: calc(100% - 80px);
    width: 100vw;
    float: right;
    z-index: 0;
    z-index: 0;
}

#menu {
    margin: 0 auto;
    font-size: 15px;
    height: 100px;
    width: 100%;
    background-image: linear-gradient(#5865F2, #7289da);
    display: flex;
    justify-content: center;
    align-items: center;
}