

body {
  background-color: gray;
}

#nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    display: inline-block;
    width: 100%;
}

li {
  list-style-type: none;
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 80px;
    padding-right: 80px;
    text-decoration: none;
}
li a:hover:not(.active) {
    background-color: #4F3104;
}

header {
  background-image: url(../img/molten.webp);
  padding: 30px;
  background-position: center;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100%;
  color: red;
  font-size: 80px;
  font-weight: bolder;
  font-family: curlz mt;
  text-shadow: 3px 2px tan;
}

.price {
  font-family: calibri;
  font-size: 20px;
  color: white;
  text-align: center;

}

.Chocolate {
  border: solid 1px red;
   list-style-type: none;
    margin: 0;
    padding: 1px;
    overflow: hidden;
    background-color: tan;
    display: inline-block;
}

img {
  width: 300px;
  height: 250px;
}