body{
		color: #6E5084;
		font-family: Georgia, Arieal, sans-sarif;
		min-width:1200px;
		min-height: 600px;
		background-image: url("explore.jpg");
		background-attachment:fixed;
		background-size:contain;
		background-repeat: no-repeat;
		padding:0px;
		margin:0px;
}

h3{
	font-size: 75px;
}



#whoDiv{
	background-color: #D0CEFF;
	width: 100%;
	height:600px;
	display:flex;
	justify-content:center;
}

#exploreDiv{
	width:100%;
	display:flex;
	align-items: center;
	justify-content:center;
	background-color:white;
}

#whoTxt{
	width: 45%;
	float: left;
	height: 600px;
	padding-left:40px;
}

#whoImg{
	
	width: 600px;
	height:600px;
}

#exploreImg{
		height:300px;
		width:100%;
		
}

#expTitle{
	width:60%;
	float:left;
	padding-left:40px;
}

#expTxt{
	width:35%;
	float:right;
}

#emptyDiv{
	height:300px;
}

#titleDiv{
	width:100%;
	background-color:white;
	height:75px;
	display: flex;
	align-items: center;
	padding-left:25px;
}

#footDiv{
	height:200px;
	width:100%;
	background-color:#D0CEFF;
	font-size:20px;
	display: grid;
	place-items: center;
}

#cont{
	font-size:25px;
}

.blocTxt{width:75%;}