.homepageLinks {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.homepageLinks > .pageLink {
  margin: 0px 16px 16px 16px;
}
.content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.formContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.formContainer > div {
  width: 100%;
  margin-bottom: 8px;
}
.formContainer > div:first-child {
  margin-bottom: 4px;
}
form {
  width: 400px;
}
form > h4 {
  text-align: center;
}
input {
  font-size: 16px;
  width: inherit;
  box-sizing: border-box;
}
button {
  box-sizing: border-box;
}
