.topbar {
  position: fixed;
  width: 100%;
  height: 2.75rem;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
  padding: 0 0.625rem;
  color: #fff;
  z-index: 1000;
}

.topbar a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
}

.topbar a.active {
  font-weight: 700;
}

.topbar img {
  height: 1rem;
  width: auto;
  display: block;
}
