body{
	margin: 0px;
	height: auto;
}

#website{
	width: 100%;
	height: 800px;
	background-image: url(photos2.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	color: black;
}

#parent1{
	margin: 0px;
	padding: 30px;
	border-bottom: 2px solid black;
    display: flex;
	justify-content: space-between;	
	align-items: center;
}

#logo{
	font-size: 50px;
}

#Heading{
    width: 30%;
    padding: 20px;
	display: flex;
	justify-content: space-between;
}

#Heading6{
	padding: 20px;
     color: white;
     background-color: green;
     border-radius: 50px;
     text-align: center;
     display: flex;
     justify-content: center;
}

#parent2{
	border: 10px;
	padding: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#children{
	border: 30px;
	width: 100%;
	margin: 0px;
	height: 500px;
	text-align: center;
}	

#child1{
    font-size: 20px;
}

#child2{
	font-size: 80px; 
  }

#child3{
	width: 500px;
	margin-left: 500px;
	padding: 2px;
	font-size: 15px;
	border: 10px;
}




