#footer {
  height: 8em;
  background-color: rgb(125,171,223);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#footer a {
  color: #fff;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

.footer-content .tagline {
  font-style: italic;
  margin-top: 0.5em;
  color: #e0e0e0;
}