.header{  
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0rem 1.2rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: none;
  }
  .header .logo {
    font-size: 2.7vw !important;
    color: black;
  }
  .image-logo {
      margin-bottom: 6px;
  }
  .header .navbar ul li a {
    color: rgb(0 0 0) ;
  }


  @media (max-width: 885px){
    .box {
        margin: 0 1.3rem !important;
        text-align: left;
    } 
    .header .logo {
      font-size: 4.6rem !important;
    }
    .header .fa-bars {
      display: block;
      color: rgb(0 0 0);
    }
  }