footer {
  background-color: #363942;
  color: #E7CEAC;
  padding: 20px 0;
  background-image: url("../assets/Snackblok_Banner.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-align: center;
}

footer h3 {
  margin-top: 0; /* Remove top margin */
}

footer p {
  margin-bottom: 5px; /* Add spacing between items */
}

.footer-container {
  width: 80%; /* Set a fixed width for the container */
  max-width: 1200px; /* Set a maximum width to avoid stretching on larger screens */
  margin: 0 auto; /* Center the container horizontally */
}

.row {
  display: flex;
  justify-content: center;
}

