#container{
	background-color:white;
	font-family: Arial, Helvetica, sans-serif;
	width: 940px;
	margin: auto;
	padding:0;
}
nav ul{
	background-color: #050259;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration:dashed;
	color: gold;
}
nav{
	width: 100%;
}
nav li{
	margin-top: 15px;
	margin-bottom: 2px;
	list-style-type: none;
	height: 35px;
	width:940px;
}
nav a{
	text-decoration: none;
	color:#ffe900;
	text-align:justify;
	width:fit-content;
}
body ul{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px 10px 20px 30px;
}
body div h1{
	display: flex;
	align-items:left;
	justify-content:left;
	width: 940px;
	object-fit: cover;
	background-position: center;
}
body div h2{
	display: flex;
	align-items:center;
	justify-content:center;
	width: 940px;
	object-fit: cover;
	background-position: center;
}
body h3{
	justify-content: center;
	justify-items: center;
	text-align: center;
	text-transform: capitalize;
	margin-bottom: 50px;
	margin-top: 50px;
}
h4{
	background-color:yellow;
	background-size: auto;
	width: 940px;
	height: 358px;
	text-align: left;
	justify-content: left;
	margin-bottom: 50px;
	margin-top: 80px;
}
body div article :left{
display: flex;
}
h5{
	text-align: center;
	image-orientation: flip;
	flex-direction: row;
}
footer ul{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
footer div{
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
footer h6{
	text-justify: auto;
	text-align: center;
	margin-top: 50px;
}
body header{
	margin-bottom: 10px;
	border-image-width: 50px;
}
body ul li{
	text-align: center;
}
body ul li image{
	display:inline-flexbox;
	align-items:stretch;
	justify-content:space-between;
	height: fit-content;
	padding: 940px;;
	object-fit:cover;
	margin: auto;
}