footer {
  background: #1A3D6B;
  color: white;
  padding: 25px 20px;
  text-align: center;
  margin-top: 40px;
}

footer a {
  color: #e8f0fa;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}