body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    height: 100vh; 
}

h1 {
    margin: 0;
    padding: 0px;
    font-size: 0px;
    text-align: center;
    color: #821520;
    background-color: rgba(255, 255, 255, 0);
    z-index: 10;
}

#map {
    flex: 1;               
    position: relative;
    width: 100%;
    border-top: 0px solid #ffffff;
}

.leaflet-top, .leaflet-bottom {
    z-index: 500; 
}
