body {
	background-image:url("background.jpg");
	width:1200px;
}
ul {
    list-style:none;
	text-transform:uppercase;
}
a:hover{
	font-weight: bold;
}
a {
    display: flex;
	padding: 5px 10px 5px 10px;
    text-decoration: none;
	color:white;
}
#menu
{
	display: flex;
    flex-direction : row; 
	margin:auto;
	padding: 20px;
}
.nav {
    display: flex;
    flex-direction : row; 
    justify-content:space-around; 
	box-shadow: 1px 1px 12px white;
}
#container
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items:center;
}
p
{
	font-size:100px;
	position: absolute;
    left: 200px;
    top: 100px;
	color:#6EBB27;
}