.contact{position: absolute;
			top: 240px;
			left: 0px;
			width: 260px;
			height: 100px;
			<!--background-color: white;-->
			border: 5px solid yellow;
			z-index: 2;
}

.contact2{position: absolute;
			top: 240px;
			left: 290px;
			width: 260px;
			height: 100px;
			<!--background-color: white;-->
			border: 5px solid yellow;
			z-index: 2;
}

.contact3{position: absolute;
			top: 360px;
			left: 180px;
			width: 260px;
			height: 110px;
			<!--background-color: white;-->
			border: 5px solid yellow;
			z-index: 2;
}

.people{position: absolute;
			top: 560px;
			left: 0px;
			width: 280px;
			height: 150px;
			<!--background-color: white;-->
			border: 5px solid yellow;
			z-index: 2;
}
.people2{position: absolute;
			top: 560px;
			left: 290px;
			width: 280px;
			height: 150px;
			<!--background-color: white;-->
			border: 5px solid yellow;
			z-index: 20;
}

.people3{position: absolute;
			top: 800px;
			left: 0px;
			width: 200px;
			height: 100px;
			<!--background-color: white;-->
			border: 5px solid yellow;
			z-index: 2;
}

.people4{position: absolute;
			top: 920px;
			left: 0px;
			width: 400px;
			height: 150px;
			<!--background-color: white;-->
			border: 5px solid yellow;
			z-index: 2;
}

.heading{position: absolute;
			top: 490px;
			left: 0px;
			width: 570px;
			height: 50px;
			background-color: white;
			border: 5px solid yellow;
			z-index: 50;
}

.heading2{position: absolute;
			top: 730px;
			left: 0px;
			width: 570px;
			height: 50px;
			background-color: white;
			border: 5px solid yellow;
			z-index: 50;
}




