#menu-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 23px;
  cursor: pointer;
}

#menu-icon div {
  background-color: #ffffff;
  height: 3px;
  width: 90%;
  transition: all 0.3s ease;
  border-radius: 1px!important;
}

