footer {
    background-color: black;
    color: white;
}

.footer-title {
    font-size: 0.85rem;
    font-weight: 600;
    /* text-transform: uppercase; */
    color: #495057;
    margin-bottom: 1rem;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    font-size: 0.875rem;
    color: #6c757d;
    text-decoration: none;
}

.footer-links a:hover {
    color: #0d6efd;
    text-decoration: underline;
}

.footer{
background:white;
color:black;
padding:80px 0;
}