#map {
    width: 90%;
    min-height: 60%;
    height: 300px;
    margin-bottom: 20px;
}
#main-box{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    top: 60px;
    position: relative;
    /* border: #732525; */
    /* border-style: none; */
    /* border-width: thick; */
    z-index: 1;
}
.leaflet-popup-pane{
    z-index:300;
}
.leaflet-popup-content{
    min-height: 50px;
}
.leaflet-popup-content-wrapper .leaflet-popup-tip{
    background: white;
    color: #000000;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
    opacity: 0.7;
    font-weight: 700;

}
.sub-button {
    background-color: #073e75;
    padding: 5px;
    border-radius: 5px;
    margin: 2px;
    font-size: large;
    /* box-shadow: 0px 0px 1px 1px #03a5ff; */
    color: white;
    width: 100%;
    text-align: center;
}
#found_cnt {
    position: relative;
    /* right: -55%; */
    /* top: 32px; */
    color: #02ff00;
    font-size: 30px;
    margin: 20px;
}
.top-div {
width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    background: #2a4bc0;
    z-index: 9999999;
    height: fit-content;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: center;
}
@media screen (min-width: 768px) {
    .top-div {
        flex-direction: column;
    }
    .sub-head pre {
        font-size:35;
    }

}