html, body { height: 100%; }

.navigator {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;

  width: 100%;
}