nav .nav-link {
    color: black;
    font-weight: bold;
    font-size: large;
}

nav .nav-link.active{
    color:#3252C1 !important;
}