.site-footer {
    text-align: center;
    padding: 1rem;
    margin-top: 0.5rem; /* Adjust spacing as needed */
  }
  
  .footer-main {
    font-size: 2.5rem; /* Large font size for A&S */
    margin: 0;
  }
  
  .footer-divider {
    width: 50%;
    margin: 0.5rem auto;
    border-top: 1px solid #ccc;
  }
  
  .footer-location,
  .footer-date {
    font-size: 1rem; /* Smaller font size for details */
    margin: 0.5rem 0;
  }
  