.footerSec {
    background-color: #1E1E1E;
    padding: 15px 0; 
    width: 100%; 
    display: flex;
    justify-content: center; 
    align-items: center; 
}

.text-div {
    text-align: center;
    color: white;
    font-size: 1rem; 
}

.footerSec a {
    color: white;
    text-decoration: none;
}

.footerSec a:hover {
    color: #00ff00;
    text-decoration: underline; 
}

@media (max-width: 768px) {
    .text-div {
        font-size: 0.9rem; 
    }
}