footer {
    background-color: #343a40;
    color: white;
    /* position: fixed;
    bottom: 0;
    width: 100%; */
}

footer .alert {
    background-color: #212529;
    border-color: #212529;
}

footer .alert a {
    color: #ffd700;
    /* Yellow color for links */
    text-decoration: none;
}

footer .alert a:hover {
    text-decoration: underline;
}

footer h5 {
    font-weight: bold;
}

footer h5 {
    font-weight: bold;
}

footer ul {
    padding: 0;
}

footer ul li {
    margin-bottom: 10px;
}

footer .social-icons a {
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

footer .social-icons a:hover {
    color: #0d6efd;
    /* Bootstrap primary color */
}