main * {
  font-size: 16pt;
}

main {
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-around;
}

#formwrap {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-around;
}

form {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  border: solid gray 1px;
  padding: 20px;
}

form h2, form button {
  align-self: center;
}

.tip {
  font-size: 10pt;
  margin: 0 5px 0 0;
  opacity: 0.8;
}

form input {
  margin-bottom: 20px;
}

button {
  font-size: 20pt;
}

#subform {
  display: none;
}

