#confirmPageDiv {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  background: rgba(26, 54, 54, 0.8);
}
/* FORM */
.confirmPageForm {
  padding: 20px;
  border-radius: 10px;
  background: var(--section-alt);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/* BUTTONS */
.confirmPageButtonsDiv {
  margin-top: 20px;
}
