.authbar {
  background: #25232A;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 999;
  transition: all 0.25s ease;
}

.authbar * {
  font-family: "Roboto", sans-serif;
}

.auth_content {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: 960px;
  margin: 0;
  padding: 10px;
}

.connected-as {
  opacity: 0.5;
}

.connected-as-link {
  display:flex;
  text-decoration:none;
  color:inherit;
}

#btn-signin {
  background-color: #312f38;
  padding: 6px 10px;
  gap: 10px;
}