#wait-overlay {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: wait;
  background-attachment: fixed;
  background-position: right top;
  background-repeat: no-repeat;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.4);
  font-family: "Nunito", sans-serif;
  font-size: 42px;
  color: white;
}
