body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  background: #FA7EA8;
  color: #FFFFFF;
  line-height: 1.4;
  text-align: center;
  font-size: 16px;
  padding: 0 2em;
  max-width: 100%;
  margin: 2em auto;
}

a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 500;
}

a:visited {
  color: #F1F5F8;
}

a:hover {
  color: #DAE1E7;
}

.headerTitle {
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}

.mainTitle {
  font-weight: 600;
  font-size: 6em;
  margin-bottom: 0;
}

.mainTagline {
  margin-top: 0.125em;
  font-style: italic;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 2em;
  width: 100%;
  display: flex;
  justify-content: center;
}

.linkContainer {
  margin: 0 0.25em;
  cursor: pointer;
}

@media screen and (max-width: 576px) {
  body {
    text-align: left;
    padding: 0 1em;
  }

  .mainTitle {
    font-size: 3em;
  }
}
