body {
	background-color: #EEE;
	font-family: Rubik, sans-serif;
}

#header {
		background-color: #cab3f5;
		text-align: center;
		font-family: 'Abril Fatface', serif;
		font-size: 48px;
		margin-bottom: -60px;
		background-image: url('/images/pfbackground3.png');
}

h1 {
	text-shadow: 2px 3px 4px #1f2236;
	font-size: 72px;
}

#container {
		background-color: white;
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
}

#main {
	padding: 15px;
	text-align: center;
}

#imagecontent {
	margin-top: -25px;
	padding: 15px;
	text-align: center;
}

.center {
  position: absolute;
  top: 50%;
  width: 100%;
}