/* das ist ein Kommentar: Hier sind nun alle Styles */
		html, body, h1, ul, li{margin: 1px; padding: 1px; border: 1px;}
		body{background-color: #CFAFFA; color:white;} 
		header{heigt: 200px;}
		footer{height: 150px; background-color:#C5C0FA; color: #F0E1F5}
		header h1{background-color: #FAC0F4; font-size: 150px; text-align: center;}
		article h1{color: black;}
		nav{background-color: ghostwhite; color: #D9C9F5; height: 60px; font-size: 36px;}
		#container{
			background-color: #F0E1F5; 
			width: 80%;
			margin:0 auto;
			border: solid 15px #CB1670;
			height: 600px  solid 8px white;
			box-shadow: 10px 30px 20px 15px black;}
 
		main{padding: 20px;}
		ul li{display: inline;}
		a{bockground-color: #ACA2FA; color: #FABEEC; padding: 5px; text-decoration: none; font-size: 36px; margin-right: 25px;}
		a:hover{background-color: #B684FA}
		a:active{background-color: #873EFA}
		h2{color: white}
		p{color: aliceblue}
img{float: right; margin:25px; border-radius: 100px;}
        
	
