.popUpC {
  position: fixed;
  z-index: 100;
  padding-top: 3%; /* Location of the box */
  text-align: center;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  color: white;
}

.close {
  cursor: pointer;
  position: fixed;
  padding: 10px 16px;
  margin-left: 18%;
  color: black;
  border-radius: 25px;
}

.close:hover {
  background: #bbb;
}

/* .popUpDiv {
  height: 200px;
  border-radius: 25px;
  width: 20%;
  margin-left: 39.5%;
  display: flex;
  margin-top: 8%;
  font-size: 14px;
} */

.popUpDiv {
  height: 206px;
  border-radius: 25px;
  width: 467px;
  margin-left: 39.5%;
  display: flex;
  margin-top: 8%;
  font-size: 15px;
  background-color: #191970;
  text-align: justify;
}

.popUpImageDiv {
  border-radius: 0px;
  width: 24%;
  margin-left: 37%;
  display: flex;
  margin-top: 8%;
  font-size: 14px;
}

.popup-image {
  width: 484px;
}

.closeimage {
  color: #fff0ff;
  cursor: pointer;
  position: fixed;
  padding: 7px 14px;
  margin-left: 429px;
  border-radius: 15px;
}

.closeimage:hover {
  background: #bbb;
}
