	head{
		background-color: Aqua ;
		color: Aqua
		;
		width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
	
	nav{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
    }
	
	h1{
    text-shadow: 3.5px 2px White;
    font-family: Vivaldi, "Brush Script";
	font-size: 44px;
	color: #c873ff;
}

	
	body {
		background-image: url("indooo.jpg");
		background-attachment: fixed;
		background-size: cover;
	}
	p {
		color: Red;
		font-size: 22px;
	}

	body img:hover {
	width: 55%;
}
	body img {
	width: 500px;
	transition: 2s;
}
a {
	color: #c873ff;

}

ul {
	color: #c873ff ;
	font-size: 22px;
}
p#Kuchen{float: left}

 
