.brand-logo-img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

/* GLOBAL RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: inherit;
}

/* GLOBAL TEXT + FONT */
html, body {
    background: linear-gradient(to bottom, #000000, #1a1a1a);
    color: #ffb347;
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
}

/* HEADER */
header {
    width: 100%;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.85);
    border-bottom: 2px solid #ffb347;
    text-align: center;
}

header img {
    width: 140px;
    height: auto;
}

/* HEADER – BSS 1815 */
.main-header {
  background: linear-gradient(to bottom, #000000, #f4a460);
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-area img {
  width: 150px;
  height: auto;
  display: block;
}
