#allCloseBtn {
  color: white;
  font-weight: bold;
  float: left;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
  background-color: gray;
  position: absolute;
  border-radius: 0px 0px 0px 0px;
}

.closebtn {
  margin-left: 735px;
  margin-top: 1000px;

}

#allCloseBtn:hover {
  color: black;
  background-color: white;
}

.closebtn2 {
  margin-left: 1214px;
  margin-top: 1085px;
}

.closebtn3 {
  margin-left: 1214px;
  margin-top: 1235px;
}