.site-footer {
  background-color: #000000;
  text-align: center;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-text {
  font-size: clamp(10px, 2.5vw, 12px);
  color: #ffffff;
  margin: 0;
}

@media (min-width:768px) {
  .footer-text {
    font-size: 8px;
  }

  .site-footer {
    height: 32px;
  }
}