footer {
    flex-shrink: 0;
    background-color: white;
    padding: 10px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0); 
}

.footer-link {
    color: black;
    text-decoration: none;
    margin: 0 15px;
    font-family: 'Poppins', sans-serif;
    
}
.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 20px;
}

.footer-link:hover {
    text-decoration: underline;
}

.footer-text-links {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}