.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.close {
  color: rgb(77, 77, 77);
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.modal-content {
  color: rgb(172, 172, 172);
  text-align: center;
  background: rgb(24, 26, 61);
  margin: 15% auto;
  padding: 20px;
  border: 5px solid rgb(172, 172, 172);
  width: 60%;
}
.modal-content h2 {
  margin: 20px;
  font-size: 25px;
}
.ap-list {
  width: 95%;
  display: inline-block;
  margin-left: 30px;
  margin-bottom: 20px;
}

.choices {
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
}

.choice label,
.choice select {
  margin: auto;
}

.submit {
  margin: auto;
}
