/* Navigation Bar */ 
.navbar {
 justify-content: center; 
 margin-block: 40px;  
}

.navbar-toggler-icon{ 
  width: 50px;
  height: 50px; 
}
 
.nav-item {  
  margin-top:10px;
  justify-content: center;
  text-align: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: white!important;
  font-size: 1.5rem;
  font-weight: large; 
  text-justify: auto; 
  text-shadow: 2px 2px 5px black;
  width: max-content;
}

