.custom-navbar {
    background-color: #00ae97;
}
.custom-navbar .navbar-nav .nav-link {
    color: white; /* Optional: Change link color to white */
}
.custom-navbar .navbar-brand {
    color: white; /* Optional: Change brand color to white */
}
.custom-button {
    background-color: #00ae97;
    color: white; /* Optional: Change text color to white */
    border: none;
}
.custom-button:hover {
    background-color: #008f82; /* Darker shade for hover effect */
    color: white;
}
.navbar-toggler-icon .fa-bars {
    color: white;
}
