.simplecontent{
	max-width:1080px;
	width:80%;
}

.simplecontent h1{
	font-size:60px;
	margin-top:0px;
	margin-bottom:75px;
	width:100%;
	text-align: center;
}

.simplecontent div{
	background-color:white;
	box-shadow:2px 2px 5px grey;
	padding:20px;
}

.simplecontent p:first-child{
	margin-top:0px;
}