body {
    background: #f5f7f9;
}

p{
	font-size: 24px;
	font-family: cursive;
}

h1{
	font-size: 24px;
	font-family: cursive;
} 

.p1{
	font-size: 16px;
	font-family: cursive;
}

.p1red{
	font-size: 16px;
	color:red;
	font-family: cursive;
}

.p2{
	font-size: 12px;
	font-family: cursive;
}

.title{
	background: #f5f5f5;
	border-radius: 5px;
	height: 70px;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	text-align: center;
	border-color: black;
	border-width: 2px;
	border-style: solid;
}

.inhalt{
	background: #f5f5f5;
	border-radius: 5px;
	height: 500px;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	text-align: center;
	border-color: black;
	border-width: 2px;
	border-style: solid;
}

.name{
	background: #f5f5f5;
	border-radius: 5px;
	height: 70px;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	text-align: center;
	border-color: black;
	border-width: 2px;
	border-style: solid;
}