body { 
	background-color: grey ;
}
div {
	margin-left:20%;
	margin-right:20%;
	margin-top: 20px;
	margin-bottom:20px;
	border-radius:10px;
	text-align: center;
}

.item { 
	border:2px solid black;
	background-color: orange;
}

img {
	width: 400px;
	height: 300px;
}

nav ul {
	height: 90px;
	width:100%;
	background-color:grey;
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	list-style-type: none;
	margin-left: 26%;
	margin-right: 20%;
	
	
}

nav li {
	border: 2px solid black;
	padding: 30px;
	text-align: center;
	margin-left: 30px;
	margin-right:30px;
	background-color: orange;
	border-radius: 10px;
}
	
	
	