	/*background*/
body {
	font-family: 'Microsoft Sans Serif';
	background-image: url(../pic/bilderlayer1.svg);
}

	/*web content*/
h1{
	color: cornflowerblue;
	text-align: left;
}
h2{
	text-align: left;
}
h3{
	color: white;
	text-align: left;
}
p {
	color: white;
	font-size: 20px;
}