.prompt {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 20;
  color: #eee;
  overflow-y: auto;
  overflow-x: hidden;
}

.prompt form {
  max-width: 460px;
  margin: 0 auto;
}

.prompt h1 {
  font-family: robotothin;
  font-weight: normal;
  font-size: 1.5em;
}

.prompt h2 {
  font-family: robotothin;
  font-weight: normal;
  font-size: 1.2em;
  margin: 20px 0 20px 0;
}
