.footer {
  display: flex;
  align-items: center;
  margin-top: auto;
  justify-content: center;
  padding: 1rem;
  width: calc(100% - (2 * 1rem));
  height: 2rem;
  background-color: #1a314d; }
  .footer a {
    color: #f1bf10;
    font-size: 1rem; }
