.page-background {
  background-image: url("https://images.unsplash.com/photo-1462331940025-496dfbfc7564?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=1f8f8a17194030f5bf45f3e14fee725e&auto=format&fit=crop&w=1427&q=80");
  background-position: center;
  background-size: cover;
}

/* Titles, Subtitles, etc */
.page-title {
  flex-grow: 1;
  font-size: 3em;
  margin-top: 4%;
}

/* Flex Styling Part 1 */
.flex-container {
  display: flex;
}

/* Utilities */
.center-text {
  text-align: center;
}

.fill-view {
  height: 100vh;
}

.light-foreground {
  color: #fff;
  opacity: 0.9;
}
