.nav-link {
    font-size: 1.57rem;
    color: #0e2431;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.1rem;
  }
  
  .dropdown-menu {
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  
  .dropdown-item {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.04rem;
  }
  
  .mr-11 {
    margin-right: 11rem;
  }

  .navbar {
    font-family: 'Roboto', sans-serif;
  }
  .navbar-brand img {
    width: 10%;
  }

  @media screen and (min-width: 331px) and (max-width: 770px) {
    .navbar-brand {
      width: 50%;
      text-align: left !important;
    }

    .navbar-brand img {
      width: 8%;
    }
  }


