.footer-section {
    background: linear-gradient(to right, #8a63d2, #00bcd4);
    color: white;
    padding: 50px 0;
    margin-top: 80px;
  }

  .footer-section .container {
    max-width: 1200px;
  }

  .footer-section p {
    margin-bottom: 20px;
  }

  .footer-section a {
    color: white;
    text-decoration: underline;
  }

  .footer-section a:hover {
    color: #f0f0f0;
  }