.footer {
    background-color: #1a1a1a;
    color: #e0e0e0;
    text-align: center;
    padding: 5px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    background-image: linear-gradient(86deg, #2c2c2c 0%, #121212 74%);
    bottom: 0;
}
.footer-content p {
    margin: 2px;
}
.footer-links a {
    color: #e63946; /* Accent color for links */
    text-decoration: none;
    margin: 0 5px;
    transition: color 0.3s ease;
}
.footer-links a:hover {
    color: #f1faee; /* Highlight color on hover */
}
.footer a {
    color: #fec84e;
    text-decoration: none;
    transition: color 0.3s ease;
}
.footer a:hover {
    color: #f1faee; /* Link hover effect */
}