.formulaire {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}


input {
  margin: 1em;
  min-width: 15em;
  height: 3em;
}
 