
body , html{
   height: 100%;
}

body{
	font-family: sans-serif;
	color: #180909;
   background-color: rgb(164, 189, 126);
 /*  background-image: url("sommerwald.png");  */
   height: 100%;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

