.footerContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 300px;
  margin: 30px 0 0;
  flex-direction: column;
}

.footerText {
  font-family: 'Droid Serif', serif;
  font-weight: 400;
  font-size: 2.25em;
  line-height: 74.25px;
  letter-spacing: 0.6px;
  color: #262f40;
  text-align: center;
  margin-bottom: 35px;
}

