#navbar a:hover {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

.footer1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-text {
    color: white;
}

.footer-logo {
    width: 100px; /* Adjust size as needed */
    height: auto; /* Maintain aspect ratio */
}