body {
	font-family:Verdana;
	font-size:14pt;
	background: #579541 url('bilder/bg2-2015min.jpg');
}

.class1 {
background: #C5DEBD;
margin-bottom: 2em;
}

#wrapper {
width: 32em;
}

.text {
background: white;
margin-bottom: 1em;
padding: 0.5em;
background: #f9f8b8;
}

.center { 
    display: flex; 
    justify-content: center; 
    align-items: center;
}