.site-footer a {
	display: none;
}

site-footer::after {
      content: "© 2025 Charles A. Wimmer. All rights reserved.";
      display: block;
      text-align: center;
      padding-top: 10px;
  }
  