footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 55px;
  padding: 8px 24px;
  border-top: 1px solid #d4dadf;
  background: #f9fbfd;

  a {
    color: inherit;
  }
}
