.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.top-bar-nav {
  display: flex;
  align-items: center;
}

.top-bar-nav a {
  text-decoration: none;
  transition: color 0.2s;
  letter-spacing: 0.12em;
}

.top-bar-right {
  display: flex;
  align-items: center;
}

.top-bar-user {
  font-size: 11px;
  letter-spacing: 0.1em;
}
