.nav.nav-pills .nav-link:hover {
    color: #eb1e1e !important; /* change the text color on hover */
    background-color: #333 !important; /* change the background color on hover */
 }

.nav.nav-item .nav-item:hover {
    color: #eb1e1e !important; /* change the text color on hover */
 }

 .nav-link.active {

    color: #eb1e1e !important; /* change the text color on hover */
    background-color: #333 !important; /* change the background color on hover */
  
  }

  .vh-50{
   height: 50vh;
  }