

.navbar-nav {
    width:100%;
    
    justify-content: space-evenly;
    position: relative;
    font-size: 1.2rem;
    line-height: 21px;
    font-weight: 700;
    color: #000;
    z-index: 20;

}
.navbar {
   background: #fff;
   box-shadow: 0 7px 7px rgba(0, 0, 0, 0.1);
   }
   