body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.field {
  margin: 5px;
  display: flex;
  flex-direction: column;
}

input {
  height: 30px;
  width: 200px;
  border: solid 1px;
  padding: 0;
  text-indent: 10px;
}

#submit {
  width: 200px;
  height: 30px;
  border: solid 1px;
}
