.main-div {
	width: 1300px;
	height: 550px;
	margin: 0 auto;
	position: relative;
	top: 150px;
}

#upper-left {
	position: absolute;
	right: 750px;
	font-size: 24px;
	clip: rect(auto,auto,auto,auto);
	bottom: 350px;
}

#upper-right {
	position: absolute;
	left: 750px;
	bottom: 350px;
}

#lower-left {
	position: absolute;
	right: 750px;
	top: 350px;
}

#lower-right {
	position: absolute;
	left: 750px;
	top: 350px;
}

.heading {
	max-width: 600px;
	position: relative;
	margin: auto;
	text-align: center;
	font-size: 60px;
}

.heading2 {
	max-width: 600px;
	position: relative;
	margin: auto;
	text-align: center;
}

.container {
	max-width: 1000px;
	margin: auto;
}

.title {
	max width: 100%;
	position: relative;
	margin: auto;
	text-align: center;
