#wrapper{
	width: 950px;
	margin: 0 auto;
}
img{
	border-radius: 10px;
	 max-width: 85%;
}
.logo{
	width: 20%;
	float: left;
	border-radius: 10px;
	color: #008800;
	min-width: 200%;
}
.menu-item{
	width: 75%;
	font-size: x-large;
}
.menu-item ul{
	list-style: none;
}
.menu-area{
	overflow: hidden;
	border-radius: 20px;
	margin: 20px;
}
.menu-area ul li{
	display: inline-block;
	list-style-type: none;
}
.menu-area ul li a{
	display: inline-block;
	padding: 10px 15px;
	text-transform: uppercase;
	text-decoration: none;
	color: #008800;
	list-style-type: none;
}

.txtonimg{
  position: relative;
  text-align: center;
  color: white;
        }
.bottom-left{
  position: absolute;
  bottom: 8px;
  left: 16px;
}
  h1 {
    color: #008800;
    font-weight: normal
  }
  h2 {
    color: #008800;
    font-weight: normal
  }
  body {
  background-color: black;
  color: white;
}
