.site-footer {
  height: var(--footer-height, 200px);

  display: flex;
  justify-content: center;
  align-items: flex-end;

  padding-bottom: var(--footer-padding-bottom, 20px);
}

.footer-text {
  margin: 0;
  font-size: 20px;
}
