input {
  display: block;
  width: 100%;
}

input {
  font: inherit;
  margin-top: 1rem;
  padding: 0.15rem;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  text-align: center;
  color: #696969;
}

input:focus {
  outline: none;
  background: #efe3ff;
  border-color: #36007c;
}

input::placeholder {
  font-style: italic;
}

#selected-place {
  width: 40rem;
  height: 25rem;
  max-width: 90%;
  margin: 2rem auto;
  border: 1px solid #ccc;
}

#map {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#map img {
  max-width: 220px;
  width: 60%;
}

#map p {
  text-align: center;
  font-size: 1.125rem;
  color: #696969;
}

#share-controls {
  width: 40rem;
  max-width: 90%;
  margin: 2rem auto;
  border: 1px solid #ccc;
  padding: 1rem;
  text-align: center;
}

#share-controls input {
  font-size: 1.15rem;
}

#place-data {
  width: 40rem;
  max-width: 90%;
  margin: 2rem auto;
  border: 1px solid #ccc;
  padding: 0 1rem;
  text-align: center;
}

.prompt {
  margin-bottom: 0.375rem;
  font-size: 1.1rem;
  color: #696969;
}
