<style>


/*googlefonts*/
/* colorpicker für den RGB Code*/


@import url('https://fonts.googleapis.com/css?family=Courgette|Marck+Script|Patrick+Hand');


p { font-size: 1. 5em; }
h1 { font-size: 6em; left: 100% ; color: #2172ff; font-family: 'Marck Script', cursive; top:10%;}
h2 { font-size: 2.5em; right: 1%; color: #2172ff; font-family: 'Patrick Hand', cursive;}
h3 { font-size: 1.6em; right: 18%;  }


	* {
		width: 90% auto;
		bottom: 10%;
		padding: 1%;
		margin: 0.4% auto;
		max-width: 1400px;
		font-family: 'Courgette', cursive;
	
	}
	
		
	#wrapper{
	position:relative;
	background-image: url("./media/img/Hintergrundbild.jpg");
	
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-position: center;
	text-shadow:  1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;
	font-size: 1.5em;
	width: 100%;
	}
	
	
	#article{
	height: auto;
	width: 90%;
	padding: 5px;
	border-radius: 6px;
	background-color: rgba(207, 209, 211, 0.6) ;
	}
	
	
	#footer{
	height: auto;
	width: 60%;
	padding: 5px;
	border-radius: 6px;
	background-color: rgba(207, 209, 211, 0.6) ;
	text-align: center;
	}
 </style>