h1 {
  text-align: center;
  font-family: 'Times New Roman', Times, serif;

}

h2 {
  text-align: center;
 }

h3 {
  text-align: center;
  font-size: 15pt;
  color: blueviolet;
}

span {
  vertical-align: top;
}

.introduction {
  width: 800px;
}
.order {
  text-align: center;
  font-size: 20pt;
  color: blue;

}

.campain{
  font-size: 20pt;
  color: blue;
  text-align: center;
}

a:visited {
  color: blue;
}

.page-contents {
  margin: 0px;
}

.hot-product-container {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  

}

.hot-product {
  width: 500px;
  border: 1px;
  border-color: blueviolet;
  border-style: solid;
  font-size: 18px;
  margin: 10px 10px 10px 10px;
  text-align: center;
  color: orange;

}

.prod-page-container {
  border: 1px;
  border-color: blueviolet;
  border-style: solid;

}

.prod-details {
  display: flex;
  flex-flow: no-wrap;
}

.prod-text {
  width: auto;
  font-size: 18px;
  margin: 10px 10px 10px 10px;

}

.prod-img {
  width: auto;
  text-align: center;
  font-size: 18px;
  margin: 10px 10px 10px 10px;

}


@media(max-width:750px) {
   .hide-navbar {
    left: 5px;
  }

  .prod-details {
    flex-flow: wrap;
  }

  .prod-img {
    width: 100%;
    font-size: 18px;
  }

  .hot-product-container {
    flex-wrap: wrap;
    width: 100%;
    height: fit-content;
    margin: 0, 10, 0, 10;
    border: 1px;
    border-color: black;
  }

  .hot-product {
    font-size: 12px;

  }

  .product.img {
    width: 50%;
  }

  .header-title {
    margin-top: 45px;
  }

  .product {
    height: 100px;
  }

  iframe {
    transform: scale(0.5);
  }

}