.footer {
  background-color: #1f2833;
  color: #c5c6c7;
  margin-top: 11%;
}

.footer a {
  color: #66fcf1;
  text-decoration: none;
}

.footer a:hover {
  color: #45a29e;
}

.social-links a {
  font-size: 1.5rem;
}

.message {
  font-size: 1.6rem;
}

.email {
  font-size: 1.5rem;
}

.bg-quote {
  background-color: #66fcf1;
  color: black;
}

.quote-message {
  font-size: 2rem;
}

.author-text {
  font-size: 1.1em;
  font-weight: 200;
  color: black
}

.icon-size {
  font-size: 2.2rem;
}

.email-color {
  color: #66fcf1;
  font-weight: bold;
}