footer {
    background-color:#310b46;
    color: white;
    padding: 30px 20px;
    text-align: center;
  }

  .footer-content {
    max-width: 1200px;
    margin: auto;
  }

  .footer-logo {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .social-icons {
    margin: 15px 0;
  }

  .social-icons a {
    margin: 0 10px;
    display: inline-block;
    transition: transform 0.3s ease;
  }

  .social-icons a:hover {
    transform: scale(1.2);
  }

  .social-icons svg {
    width: 24px;
    height: 24px;
    fill: white;
  }

  .footer-bottom {
    margin-top: 20px;
    font-size: 14px;
  }