/* 50px ohne leerzeichen */
body {
	background:#7ae792;
}

header {
	background:#dbdb81;
	color:#051649;
	font-size:2rem;
	font-family:papyrus;
	display:grid;
}

header h1 {
	margin:auto;
	text-shadow: 3px 5px #a668af;
}

nav {
	font-family:vivaldi;
	display:grid;
}

main {
	color:#f0fbf9;
	background:#a668af;
	font-size:1.2rem;
}

main h2, main h3 {
	text-decoration:underline;
}

main img {
	width:700px;
}

span {
	font-family:Times New Roman;
	font-family: cursive;
}

footer {
	background:#dbdb81;
	font-family:vivaldi;
	font-size:1.2rem;
}

.div2_footer {
	font-weight:bold;
	color:#a668af;
	font-size:1.4rem;
}

.index_h1 {
	text-align:center;
	text-decoration:underline;
	font-family:Times New Roman;
	font-family: cursive;
	color:#dbdb81;
}

header img {
	height:50%;
	margin:auto auto;
}

nav img {
	height:95%;
	margin:auto auto;
}

a:hover  { 
	color:lime;
	text-decoration:none; 	
}

a {
	color:darkblue;
}