body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #fff8e1;
  color: #333;
}

header {
  background: #d84315;
  color: white;
  padding: 20px;
  text-align: center;
}

.products {
  padding: 30px;
  text-align: center;
}

.product-card {
  display: inline-block;
  background: white;
  margin: 15px;
  padding: 20px;
  width: 250px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
}

.product-card img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.product-card .price {
  font-weight: bold;
  color: #e64a19;
  margin: 10px 0;
}

.product-card button {
  background: #ff7043;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
}

.product-card button:hover {
  background: #f4511e;
}

footer {
  background: #eeeeee;
  text-align: center;
  padding: 15px;
  margin-top: 40px;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.gallery img {
  width: 250px;
  height: auto;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.gallery img:hover {
  transform: scale(1.05);
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.gallery img {
  width: 250px;
  height: auto;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.gallery img:hover {
  transform: scale(1.05);
}.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.gallery img {
  width: 250px;
  height: auto;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.gallery img:hover {
  transform: scale(1.05);
}


