* {
  font-family: "Montserrat";
}
body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

input[type="text"],
input[type="email"],
textarea {
  width: 200px;
  padding: 8px;
  margin-bottom: 8px;
}
