.nav-bar {
  display: flex;
  align-items: center;
  height: 50px;
  width: 100vw;
  padding: 0px 24px;
  background: var(--white-1);
  border-bottom: 1px solid var(--white-2);
}

.nav-bar__name {
  font-size: var(--fs-22);
}
