footer {
    background-color: transparent;
    color: white;
    text-align: center;
    padding: 20px;
  }

  /* The thin white line at the top of the footer */
  .footer-line {
    background-color: white;
    height: 1px;  /* Adjust thickness as needed */
    width: 100%;
    max-width: 800px;
    margin: 0 auto 15px auto; /* Centers the line and adds bottom margin */
  }

  /* Footer text styling */
  .footer-text {
    font-size: 16px;
    margin: 0;
  }