@charset "utf-8";
body {
	font-family: Architects Daughter, cursive;
	text-decoration: none;
}
.content {
	max-width: 750px;
	background-image: url(../images/gruen.png);
	background-repeat: no-repeat;
	text-align: center;
	padding: 20px 0;
	margin-right: auto;
	margin-left: auto;
}
h1, h2, h3 {
	color: #c91921;
	font-weight: normal;
}