﻿.main-footer {
  display: grid;
  justify-items: center;
  max-height: 40px;
}

.main-footer__content {
  font-family: var(--second-family);
  align-content: center;
  text-align: center;
  margin: 0;
  height: 40px;
  width: 580px;
}

.main-footer__content-link {
  color: black;
}
