.form-container {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 4em;
}

.form label {
  display: block;
  margin-bottom: 0.5em;
  color: #7f7f7f;
}

.form input,
.form textarea {
  width: 100%;
  margin-bottom: 1.4em;
  padding: 0.8em;
  font-family: "Archivo", sans-serif;
  background: #f7f7f7;
  color: #adadad;
  font-weight: 500;
  border: none;
  border-radius: 4px;
  font-size: 1em;
}

.form textarea {
  font-family: "Archivo", sans-serif;
  resize: none;
}

.form h1 {
  margin-bottom: 1em;
}

.form .campground-btn {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #000;
  color: #fff;
  padding: 1em;
  font-weight: 700;
  margin-bottom: 1em;
  border-radius: 4px;
}
@media (max-width: 815px) {
  .form-container {
    width: 75%;
  }
}

@media (max-width: 560px) {
  .form-container {
    width: 100%;
  }
}
