.nav-link:hover{
    color: rgb(255, 255, 255) !important;
    background-color: #ee7f4f;
    border-style:double
}

.nav-link.active {
    color:  rgb(255, 255, 255) !important;
    background-color: #ee7f4f !important;
    font-weight: bold;
    border-style:double
  }