html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
body {

	background-color: #03293e;
	//background-image: url("EGAMart.png");
	background-size: cover;
	background-repeat: no-repeat;
}
h1{
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 100px;
	font-family: sans-serif;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.section0 {
	position: relative;
	width: 100%;
	height: 500px;
	background: black; 

}
.heroImage {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.9;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(https://wallpaperaccess.com/full/4043532.jpg) no-repeat;
	width: 100%;
	height: 100%;
	background-size: cover;


}
.section1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	gap: 50px;
	background-color: orange;
	padding: 5%;
}
.mainImage {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(https://wallpaperaccess.com/full/4043532.jpg) no-repeat;
	background-size: cover;
	display: inline-block;
	height: 300px;
	width: 400px;

}
.mainInformation {
	display: inline-block;
	min-width: 10%;
	max-width: 55%;
	font-family: sans-serif;
	font-size: 20px;
	color: #fff;

}
h2 {
	margin-top: 0;
	margin-bottom: 2%;	
	font-size: 50px;
}