
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

textarea{
  resize: none;
}

.container-line{
  display: flex;
  flex-direction: column;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  background-color: transparent;
  gap: .45rem;
}

.container-line:hover{
  cursor: pointer;
}

.container-line .line{
  background-color: #fff;
  width: 100%;
  height: 2.2px;
  border-radius: 5px;
  transition: all .5s;
  transform-origin: left;
}

.navbar-mobile ul li{
  margin-left: 0 !important;
}

#menu{
  transition: all 0.3s ease-in;
  padding-bottom: 40px;
}

