Alignement des éléments de forme au centre en CSS

body {
    text-align: center;
}
form {
    display: inline-block;
}
Kind Kookaburra