.navElems{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  padding: 0 16px 0 16px;
  width: 100%
}