.navbar-custom {
    background-color: rgb(87, 87, 255);
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: black;
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: black;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: black;
}
nav .navbar-nav li a{
    color: black !important;
}
.padding-right-img{
    padding-right: 20px;
}
