
/*Navbar Styling*/

/*Main Section Styling*/

/*Footer styling*/
.footer_section a {
    text-decoration: none;
    color: inherit; /* Inherit color from parent elements */
}

.footer_section a:hover {
    text-decoration: none;
    color: white; /* Maintain white color on hover */
}
