.navbar {
  /* max-height: 10%; */
  display: flex;
  position: fixed;
  flex-wrap: wrap;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-btn {
  display: flex;
  flex: 1 1 0px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;

  i {
    padding: 5%;
  }
}