
/* Modal Content */
.modal-content {
  background-color:whitesmoke;
  margin-top:180px;
  margin-left:370px;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


.modal-content1 {
  background-color:whitesmoke;
  margin-top:180px;
  margin-left:370px;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}
/* The Close Button */
.close1 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close1:hover,
.close1:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}