#topbar {
  background: #2c333a;
  height: 44px;
  display: flex;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1032;
}

#topbar .pill {
  background: #c3e15a;
  color: #000;
  padding: 4px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.2s;
}

#topbar .pill:hover {
  background: #b1d34a;
}
