body {
  font-family: "Roboto", sans-serif;
}

form {
  display: flex;
  flex-direction: column;
  align-items: left;
}

form input[type="textarea"] {
  width: 50%; /* set the width of both text boxes to 300px */
  height: 10rem;
  padding: 0.2rem;
  margin-bottom: 1rem;
}

form input[type="email"] {
  width: 50%;
  height: 1rem;
  margin-bottom: 1rem;
}

form button {
  width: 10%;
  background-color: #007bff;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
