.site-footer {
  height: 200px;
  background: #000;
  color: #bfbfbf; /* gris claro */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;   /* letra más pequeña */
  line-height: 1.4;
}

.site-footer p {
  margin: 2px 0;
}
