h1 {
  text-align: center;
}

fieldset {
  width: 600px;
  margin: auto;
}

label {
  float: left;
  width: 250px;
  clear: left;
  text-align: right;
  padding-right: 1em;
}

input {
  float: left;
  width: 150px;
}

button {
  display: block;
  clear: both;
  margin: auto;
}
