.footer {
  display: block;
  margin-top: auto;
  background-color: var(--color-bg);
}

.footer__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
