.site-footer {
  grid-column: 1 / -1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px 22px;
  flex-wrap: wrap;
  padding: 24px 20px;
  border-top: 1px solid #ded8cf;
  background: #211f2f;
  color: #f7f1e8;
  font: 13px/1.5 Arial, sans-serif;
  text-align: center;
}

.site-footer a {
  color: #e5f15c;
  font-weight: 700;
  text-decoration: none;
}

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

@media (max-width: 520px) {
  .site-footer {
    flex-direction: column;
    gap: 5px;
    padding: 20px 15px;
  }
}
