body {
	color: #656565;
	line-height: 1.5;
	background-color: #e4e8d4;
	font-family: Avenir, 'Avenir Next LT Pro', Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
}

h1 {
	font-size: 80px;
	color: #5c7200;
	}


h2 {
	font-size: 40px;
	color: #96ba00;
	margin-top: 44px;
	margin-bottom: 0;
}

p{
	font-size: 17px;
}

a {
	color: #009567;
}

strong {
	color: #000000;
}



img {
	display: block;
	width: 100%;
	max-width: 900px;
margin-left: auto;
	margin-right:auto;
}

/* Für typografische Inhalte (Überschriften, Absatz, Liste, Figure und Footer): 
   Maximale Layoutbreite und im Browserfenster zentrieren */
h1,
h2,
p,
ul,
figure,
footer {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}



figure{
	background-color: white;
	width: 250px;
	padding:20px;
	border-width:1px;
border-color:black;
	border-style:solid;
	filter: drop-shadow(5px 7px 4px #2c2c2c52);
}

figure img{
	width: 250px ;
}

figcaption{
	text-align: center;
	margin-top: 20px;
}




.links {
	list-style: none;
	text-align: left;
	padding-left: 0px;
	margin-left: 0px;
}

ul a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.green {
	background-color: #88d888;
	padding-top:5px;
	padding-bottom:5px;
	
}
.red {
	background-color: #ffa8a8;
	padding-top:5px;
	padding-bottom:5px;
}



/*Espacios figure img  significa que es algo dentro de algo 
CSS COMBINATORS*/


