body {
    font-family: Arial, sans-serif;
}

.navbar-custom {
    background-color: #35825D;
}

.navbar-custom .navbar-brand,
.navbar-custom .nav-link,
.navbar-custom .dropdown-item {
    color: white;
}

.navbar-custom .nav-link:hover,
.navbar-custom .dropdown-item:hover {
    color: #D1EAD7;
}

.footer-custom {
    background-color: #35825D;
    color: white;
    padding: 20px 0;
    text-align: center;
}

.footer-custom a {
    color: #D1EAD7;
}

.footer-custom a:hover {
    color: white;
}
