body {
  font-family: 'Arial', 'Helvetica', sans-serif;
  line-height: 1.5;
  background-color: #967bb6;
  color: #FFFFFF;
  text-align: center; /* Center all text content */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
}

header {
   background-color: #330066;
   width: 100%
}

h1, h2, h3 {
  font-family: 'Homemade Apple', cursive;
  text-align: center; /* Center heading elements */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  background-color: #330066;
   width: 100%
}

p {
  font-size: 18px;
  font-family: 'Arial', 'Helvetica', sans-serif;
  text-align: center; /* Center paragraphs */
}

nav, ul, li, a {
  font-family: 'Arial', 'Helvetica', sans-serif;
  text-align: center; /* Center navigation and lists */
}

nav {
  display: flex;
  justify-content: center;
  background-color: #330066;
  padding: 20px 0;
  width: 100%
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

nav li {
  display: inline;
  margin-right: 20px;
}

nav li:last-child {
  margin-right: 0;
}

nav a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18px;
}

footer {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 14px;
  text-align: center; /* Center footer content */
}

button {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-align: center; /* Center button text */
}

#about {
  padding: 20px;
  background-color: #330066;
}

#contact {
  padding: 20px;
  margin-top: 30px;
  background-color: #330066;
  width: 100%
}

.product-image {
  width: 15vw;
  height: 15vw;
  display: block;
  margin: 0 auto; /* Center the images */
}

.product-image2 {
  width: 15vw;
  height: 15vw;
  display: block;
  margin: 0 auto; /* Center the images */
}

.product-imageFull {
  width: 15vw;
  height: 15vw;
  display: block;
  margin: 0 auto; /* Center the images */
}

@media (max-width: 600px) {
  .product-image {
    width: 45vw;
    height: 45vw;
  }
  .product-image2 {
    width: 45vw;
    height: 45vw;
  }
  .product-imageFull {
    width: 45vw;
    height: 45vw;
  }
}
