body {
  background-color: #033f63; /* Background color for the entire page */
}

header {
  color: #fedc97; /* Text color */
  text-align: center; /* Center align the text */
}

h2 {
  text-align: center; /* Center align the text */
}

nav {
  text-align: center; /* Center align the text */
}

/* Background color for each food type section */
.Produce {
  background-color: #7c9885;
}

.Dairy {
  background-color: #7c9885;
}

.Bakery {
  background-color: #7c9885;
}

/* Background and text color for each header */
h2 {
  background-color: #b5b682; /* Background color */
  color: #28666e; /* Text color */
}

h3 {
  color: #fedc97; /* Text color */
  text-decoration: underline; /* Underline text */
}

section {
  margin-left: 30%;
  margin-right: 30%;
  margin-top: 5%;
  margin-bottom: 5%;
  border: 5px solid #28666e; /* Border color and style */
}

.images {
  margin-left: 30%;
  margin-right: 30%;
  margin-top: 5%;
  margin-bottom: 5%;
  border: 5px solid #033f63; /* Border color and style */
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
