  body{
      display: flex;
    align-items: center;
    height: 100vh;
    margin: 0;
  }
  #map div{
      font-family: "Raleway";
    font-weight: 500;
    font-size: 16px;
    font-variant-numeric: lining-nums;
  }
    #map-holder {
      height: 85vh;
      width: 80vw;
      margin:auto;
      display:flex;
         border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px #cecece;
    position:relative;
    }
    #map{
        height:calc(100% - 60px);
        width:80%;
    }
    #left-menu{
        background:white;
        width:20%;
        padding:20px;
        color:#010201;
        font-family:"Raleway";
        
            
    }
    #left-menu a{
        z-index:100;
        font-size:20px;
        height:60px;
        font-weight:600;
        text-decoration:none;
        position: absolute;
        bottom: 0;
        left:0;
        width:100%;
        text-align:center;
        background:#00953b;
        color:white;
        display: flex;
    align-items: center;
    justify-content: center;
    }
    #left-menu a:hover{
        filter:brightness(1.1);
    }
    h1{
        margin:0;
        font-size:2.2em;
    }
    p{
        margin-top:0;
        font-weight:500;
        font-size:14px;
    }
