body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: linear-gradient(145deg, #232526 0%, #1a1a1d 100%);
  color: #e0e0e0;
  display: flex;
  flex-direction: column;
}

.navbar-brand {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.navbar-brand img {
  height: 40px;
  margin-right: 10px;
}

.navbar {
  background-color: #343a40;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  list-style: none;
  flex-wrap: wrap;
  align-items: center;
}

.navbar-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 5px;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
  padding-left: 100px;
  padding-right: 100px;
}

.nav-item {
  color: #fa0000 !important;
}

.nav-link {
  font-size: 16px;
  font-weight: bold;
  color: #ccbdbd !important;
  transition: color 0.2s ease;
}

.nav-link:hover {
  color: #ffffff !important;
}

.nav-link.disabled {
  color: #666;
  cursor: not-allowed;
}

.navbar-nav a {
  text-decoration: none;
  color: #ff9900;
  transition: color 0.2s ease;
}

.navbar-nav a:hover {
  color: #ccc;
}
