.footer {
  background: #143e4e;
  font-size: 16px;
  line-height: 1.625;
  color: #fff;
  text-align: center;
  padding: 50px 0;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  text-decoration: underline;
}