#map{
   
    height: 100vh;
    width: 100%; 

}

.leaflet-container{
    background-color: #2f2c2c;
}
.legend {
    color: #423e3e;
    padding: 6px 10px;
    font: 12px Arial, Helvetica, sans-serif;
    font-weight: bold;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.legend ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    clear: both;
    
}

.legend li {
    display: inline-block;
    width: 30px;
    height: 22px;
   
}

.legend .min {
    float: left;
    padding-left:0px;
    padding-bottom: 5px;
}

.legend .max {
    float: right;
}
.Title{
    text-align:center;
    margin-top: 35px;
    color: white;
    margin-left: 38px;
}
.text{
    font-size: 15px;
}
.image{
    margin-top: 250px;
}

.leaflet-popup-content img {
    margin: 0 auto;
    display: block;
}

.leaflet-popup-content {
    width: 175px;
    height: 160px;
    background: rgb(22, 22, 22);
    color: white;
    border: 1px solid rgb(246, 199, 12);
    margin: 0;
    border-radius: 8px;
    padding: 7px;
    line-height: 2;
    font-size: 12px;
}

.leaflet-popup-content-wrapper {
    background: rgb(5, 5, 5);
    padding: 0%;
    font-size: 11px;
}


.legend{
    border:1px solid rgb(247, 247, 12);

}

.headings{
    color:yellow;
}

.map-container {
    position: relative;
}

.leaflet-bottom{
    margin-bottom: 15px;
    margin-right: 75px;
}

.leaflet-popup-tip{
    background-color: yellow;
    border: 0.5px solid black;
}

.legendtitle{
    font-size: 15px;
    color: rgb(0, 0, 0);
    
   

}

#gdplinechart{

    border: 0.5px solid rgb(98, 98, 95);
    background-color: #2f2c2c;
  
}

.GDPTitle{
    font-size: 20px;
    color: white;
}
canvas {

    width: 100% !important;
    height: 50vh !important;

}

img {
    width: 100%;
    height: auto;
}