footer {
  background: #4174da;
  padding: 2rem;
  text-align: left;
  border-top: 1px solid #e5e7eb;
  color: white;
  font-size: 1.2rem;
}

footer a {
  color: white;
  text-decoration: none;
  margin-right: 1rem;
}

