
.menuCSS3 ul {
		display: flex;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.menuCSS3 a {
		display: block;
		padding: 2em;
		background-color: #644d3f;
		text-decoration: none;
		color: #211a15;
		font-family: Impact, sans-serif;
	}
	.menuCSS3 a:hover {
		background-color: #856654;
	}
	.menuCSS3 ul li ul {
		display: none;
	}
	.menuCSS3 ul li a:hover + ul, .menuCSS3 ul li ul:hover {
		display: block;
}
 body {background: url("https://i.pinimg.com/564x/82/6f/ce/826fce398a0384a932c05be6965beef9.jpg");
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 background-attachment: fixed; }
 
h1 {
	font-family: Impact, sans-serif;
	font-size: 2em;
	color: #42332a;
}
p {
	font-family: Impact, sans-serif;
	font-size: 1.5em;
	color: #42332a;
}