input[type="text"],
input[type="email"] {
  max-width: 250px;
}

.info {
  font-size: 10px;
  color: darkgray;
}

.overlay {
  display: none;
  z-index: 1000;
  position: fixed;
  padding-top: 40vh;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
}

.overlay-content {
  margin: auto;
  border-radius: 10px;
  background-color: white;
  padding: 15px;
  border: 1px solid #888;
  width: 80%;
  height: auto;
}
