h2 {
    text-align: center;
  }
  form {
    /* Center the form on the page */
    margin: 0 auto;
    width: 400px;
    padding: 1em;
    border: 2px solid #CCC;
    border-radius: 1em;
  }
     input {
    width: 100%;
  }
  