body {		
	text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;	
	line-height: 20px;
	color: #666;
	background: #D5E2C5;
}

h1 {
	font-size: 54px;
	color:#004000;
	margin:0;
}

a {
	color:#45473D;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	cursor: pointer;
}.container {	max-width:960px;		height: 300px;	margin:0 auto;		padding:50px;	text-align: center;	}@media (max-width: 768px){    h1    {        font-size:38px;    }}