@media (min-width: 701px) {
  .df-footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    width: 100%;
    text-align: center;
  }
  .df-footer-links a {
    text-align: center;
    margin: 0 8px;
  }
  .df-footer-copy {
    text-align: center;
  }
}
.site-footer {
  width: 100%;
  background: rgba(235,222,200,0.7);
  text-align: center;
  padding: 18px 0 12px 0;
  font-family: 'Comic Sans MS', cursive, sans-serif;
  font-size: 1em;
  color: #333;
  position: relative;
  bottom: 0;
}
.footer-link {
  color: #333;
  text-decoration: none;
  margin: 0 22px;
  transition: color 0.2s;
}
.footer-link:hover {
  color: #1eb05a;
}

.df-footer {
  width: 100%;
  background: rgba(235,222,200,0.95);
  padding: 14px 0 6px 0;
  font-family: 'Open Sans', 'Comic Sans MS', cursive, sans-serif;
  font-size: 1em;
  color: #333;
  margin-top: auto;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.04);
}
    .df-footer-main {
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 1200px;
      margin: 0 auto 8px auto;
      padding: 0 32px;
      flex-wrap: wrap;
      gap: 18px;
    }
    .df-footer-address {
      color: #333;
      font-size: 1em;
    }
    .df-footer-links {
      display: flex;
      gap: 18px;
    }
    .df-footer-links a {
      color: #2c5aa0;
      text-decoration: none;
      transition: color 0.2s;
    }
    .df-footer-links a:hover {
      color: #1eb05a;
    }
    .df-footer-copy {
      text-align: center;
      color: #333;
      font-size: 0.98em;
      margin-top: 6px;
    }