body.brands-page {
  margin: 0;
  font-family: Arial, sans-serif;
  background: url("banner-city.png") no-repeat center center fixed;
  background-size: cover;
  color: #000;
}

.banner {
  text-align: center;
  padding-top: 20px;
}

.logo-banner {
  max-width: 300px;
  height: auto;
}

.navbar {
  text-align: center;
  margin-top: 10px;
}

.navbar a {
  margin: 0 15px;
  text-decoration: none;
  color: black;
  font-weight: bold;
}

.content-box {
  background-color: rgba(255, 255, 255, 0.95);
  margin: 300px auto 50px auto;
  padding: 40px;
  max-width: 900px;
  border-radius: 20px;
  text-align: left;
}

.sub-links {
  text-align: center;
  margin-top: 30px;
}

.sub-links a {
  margin: 0 15px;
  text-decoration: none;
  font-weight: bold;
  color: #444;
}
