/* src/HomePage.css */
.hero {
  /* background-image: url('/public/images/hero.jpg'); */
  background-color: #2c3e50;
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
}
.products{
  background-color: #fff;
}
.cta-description {
  font-size: 1.2em;
  margin: 20px 0;
}
.card-img-product{
    min-height: 200px;
}
.order-page {
    max-width: 600px;

}
#order-body{
  background-color: #2c3e50;

}
