.lll{
	 display: flex;
	 justify-content: space-around;
}
.dt {
     height: 800px;
     width: 50%;
     color: rgb(85, 98, 110);
     font-size: 3em;
     box-shadow: 2px 2px 2px rgba(0,0,0,0.2),
     -2px -2px 20px rgba(255, 255, 255, 1);
     background-color: #efeeee;
     margin: 100px 100px;
}
.dt {
     display: flex;
     flex-direction: column;
     justify-content: space-evenly;
     align-items: center;
     
}
 .geoInfo{
     width: 80%;
     height: 80%;
     border: 3px dashed  rgb(85, 98, 110) ;   }
h1{
    font-size: 46px;
    text-align: center;
}
.n3{
	border: 1px solid #000000;
	box-shadow: 2px 2px 2px 5px darkgray;
   background-image: linear-gradient(transparent 70%,rgba(220,220,220,0.5));
    width: 900px;
    height: 800px;
   /* margin-left:-500px;*/
    margin: 100px 100px;
    margin-left:-80px ;
}
.ly{
	position: relative;
	top: 30px;
}
.form1{
	margin-top: 100px;
	margin-left: 60px;
}
.an{
	margin-left: 20px;
}
.gd{
	margin-left: 300px;
}
