  .sticky-footer {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: #8B0000;
      padding: 10px 0;
      z-index: 9999;
      box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
    }

    .footer-icons {
      display: flex;
      justify-content: space-around;
      align-items: center;
    }

    .footer-icons a {
      color: white;
      font-size: 1.5rem;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .footer-icons a:hover {
      color: #ffd2d2;
    }
    #footer {
  display: none;
}
