   /* Footer styles */
    .footer a{
        text-decoration: none;
        color: white;
    }
    .footer {
      background-color: #1a1a1a;
      color: white;
      padding: 40px 20px;
      font-family: "Edu AU VIC WA NT Pre", cursive;
      flex-shrink: 0;
    }

    .footer-container {
      display: flex;
      justify-content: space-between;
      max-width: 1200px;
      margin: 0 auto;
      flex-wrap: wrap;
    }

    .footer-about,
    .footer-links,
    .footer-socials {
      flex: 1;
      min-width: 200px;
      margin: 10px;
    }

    .footer-links a {
      display: block;
      color: white;
      text-decoration: none;
      margin: 5px 0;
      transition: color 0.3s;
    }

    .footer-links a:hover {
      color: #f0f0f0;
      text-decoration: underline;
    }

    .footer-socials a {
      color: white;
      font-size: 24px;
      margin-right: 15px;
      transition: color 0.3s;
    }

    .footer-socials a:hover {
      color: #f0f0f0;
    }


    .footer p{
 font-family: "Edu AU VIC WA NT Pre", cursive;
}
  .footer-bottom {
      text-align: center;
      margin-top: 20px;
      font-size: 14px;
      opacity: 0.6;
      
    }
    .footer-bottom-p
    {
 font-family: Arial !important;
    }
@media (max-width: 768px) {
.footer-container {
        flex-direction: column;
        text-align: center;
      }

      .footer-about,
      .footer-links,
      .footer-socials {
        margin: 20px 0;
      }

  }