body 
{
color:white;
background-image: url("Hintergrund.jpg");
background-attachment:fixed;
}



h1 
{
  font-size: 200%;
  background-color:black;
  text-align:fixed;
  position:fixed;
  color:pink;
  margin-left:24px;
mARGIN-tOP:0;
  text-align:center;
  width:96.8%;
}
  




article h1 {
	background-color: none;
}

article{
	background-color:none;
	color:yellow;
	margin-top:40px;
	margin-bottom:40px;
}
main{
	width:400px;
	margin-right:auto;
	margin-left:auto;
	padding-top:80px;
	text-shadow:2px 3px black;
	background-color:rgba(20,20,20,0.5);
	color:yellow;
}
nav{
	background-color:rgb (151,151,151);
	position:fixed;
	width:100%;
	margin-top:38px;
}
ul,ol{
	margin:0;
}
nav ul{
	list-style:none;
	padding:0;
	text-align:center;
	margin:0;
}
nav ul li{
       display:inline-block;
	   background-color:black;
       width:24%;
}
nav a:hover{
	background-color:rgb(220,220,220);
}
p.date{
	float:right;
	color:red;
}
article a:hover{
	background-color:rgb(220,220,220);
}

a{
	color:skyblue;
	
}
footer a:hover{
	background-color:rgb(220,400,300);
}
h2
{
	text-align:center;
	background-color:black;
	color:lightblue;
}
img{
	margin-top:5%;
	text-align:center;
	padding-top:10px;
}

h3 a:hover{
	background-color:rgb(220,400,300);
	text-align:center;
}

div{
	text-align:center;
}
p.A{font-size :8px;
}

	
