html {
  overflow-x: hidden;
}
.container1 {
  width: 100vw;
  height: fit-content;
  margin: auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: rgb(179, 174, 174);
}

.abc h1 {
  text-align: center;
  color: black;
  padding: 40px;
}
.showimg {
  max-width: 1000px;
  width: auto;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: justify;
  padding: 50px 30px;
}
.showimg img {
  width: 60%;
  height: auto;
  border-radius: 15px;
}
.right-side {
  width: auto;
  height: auto;
  text-align: justify;
  padding: 10px 6px;
}
.showimg1 {
  max-width: 1000px;
  width: auto;
  /* display: flex; */
  margin: auto;
  align-items: center;
  justify-content: justify;
  padding: 15px 5px;
}
.header-bg {
  background-color: #989191;
  padding: 25px;
  border-radius: 15px;
  margin: 15px 0;
}
.header-bg p {
  color: #ffffffcc;
  letter-spacing: 1px;
  line-height: 26px;
  text-indent: 36px;
  padding: 5px 0;
  font-size: 18px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
