.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 70%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.1);
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px dotted #888;
  width: 70%;
}

.closeHell {
  color: #aaaaaa;
  float: right;

  font-weight: bold;
}
.closeHell:hover,
.closeHell:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.closeGhost {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.closeGhost:hover,
.closeGhost:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.closeGimp {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.closeGimp:hover,
.closeGimp:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.closeMostAust {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.closeMostAust:hover,
.closeMostAust:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.closeSorrySir {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.closeSorrySir:hover,
.closeSorrySir:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.closeSorrySirUKCD {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.closeSorrySirUKCD:hover,
.closeSorrySirUKCD:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.closeMostPeople {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.closeMostPeople:hover,
.closeMostPeople:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.closeDestroyed {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.closeDestroyed:hover,
.closeDestroyed:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
