body{
  margin: 0;
  padding: 0;
  font-family: tahoma;
  background-color: black;
  color: white;
  width: 100vw;
}

.bkgnd{
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  opacity: 0.5;
}

.bkgnd2{
  position: absolute;
  margin-top: 100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  opacity: 0.5;
}

.pgtit{
  text-align: center;
}

.main{
  margin-left: 100px;
}

.share{
  list-style: none;
  margin: 0;
  margin-left: 10px;
  padding: 0;
  position: fixed;
  left: 0px;
  z-index: 999;
  bottom: 60vh;
  display: grid;
  width: 30px;
  height: max-content;
  gap: 1px;
}

.share-main{
  margin: 0;
  padding: 0;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.share-btn{
  margin: 0;
  padding: 0;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

svg{
  height: 25px;
  width: 25px;
  margin-top: 2.5px;
  margin-left: 2.5px;
}

.facebook{
  background-color: #1877F2;
}

.whatsapp{
  background-color: #25D366;
}

.email {
  background-color: white;
}

.instagram{
  background-color: purple;
}

.twitter{
  background-color: black;
}

.share-btn2{
  width: 0;
  height: 0;
  display: none;
}

.share-main2{
  bottom: 50vh;
}

.results-container{
  display: none;
}

.jar{
  width: 250px;
}

.jar-container{
  display: flex;
  flex-wrap: wrap;
}

.img-container{
  width: max-content;
  height: max-content;
  border-radius: 10px;
  padding-right: 40px;
}

.results-container2{
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid white;
  border-radius: 10px;
  height: max-content;
  margin-right: 20px;
  width: 500px;
}
