section {
  height: 800px;
  padding-top: 50px;
}
.contactFormBlock {
  width: 45%;
  height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #efc3ca;
  border-radius: 10px;
  color: rgb(105, 82, 49);
  box-shadow: 10px 10px 3px rgb(136, 92, 129);
  margin: 0 auto;
  margin-top: 10%;
}
.contactForm {
  width: 80%;
}
.formElements {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.formInput {
  width: 100%;
  height: 30px;
  color: rgb(105, 82, 49);
  font-size: 14px;
  padding-left: 5px;
  border-radius: 8px;
  margin-top: 7px;
  margin-bottom: 15px;
  font-family: "BBH Sans Bartle", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.remark {
  width: 100%;
  height: 100px;
  border-radius: 10px;
  border: 2px solid black;
  font-size: 16px;
  color: rgb(105, 82, 49);
  padding-top: 10px;
  padding-left: 5px;
  font-family: "BBH Sans Bartle", sans-serif;
  font-weight: 600;
  font-style: normal;
  resize: none;
}
.navButton {
  height: 35px;
}
.contactSubmit{
    margin-left: 40%;
}