.top-bar-wrapper {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  padding: 10px 0;
  background-color: #737373;
}

.top-bar-content {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;

  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;

  background: transparent;
  border-radius: 0;
}

.link {
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 4px;
  background-color: gray;
  margin-right: 15px;
}

.link:hover {
  cursor: pointer;
}

.right {
    margin-left: auto;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.login { margin-left: 0; }

.money { color: rgb(51, 238, 51); }

#user-money {
  background-color:rgb(56, 112, 56);
  padding: 8px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  display: none;
}

#plus {
  background-color:rgb(68, 134, 68);
  padding: 8px;
  margin-left: -10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  text-decoration: none;
}

#plus:hover {
  background-color:rgb(84, 148, 84);
  cursor: pointer;
}

.link:hover { background-color: #5f5f5f; }

.unstyle { text-decoration: none; color: inherit;}

.nfs { color: red }

body {
  margin: 0;
  text-align: center;
}

.user {
  background-color: gray;
  color: white;
  padding: 5px;
  border-radius: 10px;
  font-size: 1.125rem; 
  margin: 5px;
  display: inline;
  white-space: nowrap;
}
