.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;
}
.profilePic {
  width: 256px;
  height: 256px;
  border-radius: 256px;
}
