#contactus {
  background-color: #d9d9d9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.form {
  margin-bottom: 20px;
}
.form input {
  border: 1px solid black;
  width: 100%;
  height: 2rem;
}
.form textarea {
  width: 100%;
  height: 5rem;
  border: 1px solid black;
  padding-top: 10px;
}
.form input,
.form textarea {
  padding-left: 10px;
  margin-left: 3px;
}

.map {
  border: none;
  width: 100%;
  aspect-ratio: 3 / 2;
}
