body{
  background: #f0f3e477; 
  justify-content: center;
}


.Navigation{ /*navbar yenyewe*/
	height: auto;
	width:100%;
    padding: 0;
	margin-left: 50px;
	position: flex;
	background-color: #f0f3e477;  
	justify-content: center;
}

.Navigation li 	{
	height: auto;
	width: 200px;
	float: left;
	text-align: center;
	list-style: none;
	font-size: 1rem;
	font-family:Century;
	padding: 0;
	margin: 0;
	background-color: #06084a; 
    margin-left:10px;
}

.Navigation a{							
	padding:15px;
	text-decoration: none; 
	color:#f3f3f7;
	text-shadow: 0 1px white;
	display: block;
}
.Navigation li ul{
	display: none;
	height: auto;									
	margin-left: -11px;
	padding: 0;		
}				

.Navigation li:hover ul{
	display: block;
}

.navbar li ul li {
	background-color: #676c03;
  	border: 1px solid #ccc;
} 

.Navigation li:hover, a:hover {
	 background: #269995;
} 
.Navigation ul li a:hover {
	 background: red;
}
.Navigation ul li a {
	 background: #70703c;
}
