* {
  margin: 0;
  padding: 0;
}
 
body {
  background: #a3eed3;
}
 

#content {
	width: 1000px;
	margin: auto;
	margin-bottom: 10px;
}
#content h1 {
	text-align: center;
	font-size: 4em;
	color: #111;
	text-shadow: 0px 2px 3px #555;
	font-family: 'Lobster', arial, serif;
}
