#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;
}
.listingbulls ul {
  list-style-position: outside; /* Ensures the bullet is outside the text */
  padding-left: 1.5em;          /* Adjust the padding as needed */
  color: black;
}

.listingbulls ul li {
  text-indent: -1.5em;          /* Negative indent to align the bullet */
  padding-left: 1.5em;          /* Matches the padding-left of the <ul> */
  line-height: 1.5;             /* Adjust line spacing if necessary */}
  color: black;

.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;
}
