   body {
      margin: 0;
      background-color: #000000;
      color: white;
      font-family: Arial, sans-serif;
      text-align: center;
    }

    header {
      padding: 50px 20px;
    }

    .header-image {
  max-width: 1800px;
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  border: 3px solid black;
  border-radius: 8px;
  box-sizing: border-box;
}

    p {
      font-size: 18px;
      margin-bottom: 30px;
    }

    .button {
      color: white;
      text-decoration: none;
      border: 1px solid white;
      padding: 12px 22px;
      margin: 10px;
      display: inline-block;
      border-radius: 6px;
      font-size: 16px;
      vertical-align: middle;
    }

    .button:hover {
      background-color: white;
      color: #333333;
    }

    .instagram-button {
      border: none;
      padding: 0;
      margin: 10px;
      display: inline-block;
      vertical-align: middle;
    }

    .instagram-button:hover {
      background-color: transparent;
    }

    .instagram-icon {
      width: 200px;
      height: 75px;
      display: block;
    }
    
    hr {
  border: none;
  height: 5px;
  background-color: #333;
  margin: 20px 0;
    }
    
    
/* Main Navigation */
ul {
  list-style: none;
  margin: 0;
  padding: 10px 28px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;

  background: linear-gradient(135deg, #050505, #181818 55%, #24130a);
  border-bottom: 1px solid rgba(217, 138, 63, 0.45);
  box-shadow:
    0 4px 18px rgba(0, 0, 0, 0.75),
    inset 0 -1px 0 rgba(255, 170, 80, 0.15);
}

/* Menu Items */
ul li {
  margin: 0;
}

/* Menu Links */
ul li a {
  display: block;
  color: #f2e6d8;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.6px;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: all 0.25s ease;
}

/* Hover Effect */
ul li a:hover {
  color: #CBA686;
  background: linear-gradient(135deg, #2a160b, #3a1d0d);
  border-color: rgba(217, 138, 63, 0.75);
  box-shadow:
    0 0 12px rgba(217, 90, 25, 0.45),
    inset 0 0 12px rgba(255, 140, 40, 0.12);
  transform: translateY(-1px);
}

/* Active Page Link */
ul li a.active {
  color: #CBA686;
  background: linear-gradient(135deg, #3a1d0d, #5a2a10);
  border-color: #d98a3f;
  box-shadow:
    0 0 14px rgba(217, 90, 25, 0.5),
    inset 0 -2px 0 #ff9b3d;
  font-weight: bold;
}
    
    
    
    /* Embermade Button */
.ember-button {
  display: inline-block;
  color: #f2e6d8;
  background: linear-gradient(135deg, #080808, #1a1a1a 55%, #2a160b);
  border: 1px solid rgba(217, 138, 63, 0.75);
  border-radius: 8px;
  padding: 14px 24px;
  margin: 10px;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.6px;
  font-weight: bold;
  box-shadow:
    0 4px 14px rgba(0, 0, 0, 0.65),
    inset 0 0 10px rgba(255, 140, 40, 0.08);
  transition: all 0.25s ease;
}

/* Hover */
.ember-button:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #2a160b, #3a1d0d, #5a2a10);
  border-color: #ff9b3d;
  box-shadow:
    0 0 16px rgba(217, 90, 25, 0.55),
    inset 0 0 14px rgba(255, 140, 40, 0.18);
  transform: translateY(-2px);
}

/* Optional smaller button */
.ember-button.small {
  padding: 10px 18px;
  font-size: 14px;
}

/* Optional larger button */
.ember-button.large {
  padding: 16px 30px;
  font-size: 18px;
}
    
    button.ember-button {
  cursor: pointer;
}
    
    hr {
  border: none;
  height: 2px;
  background: linear-gradient(
    to right,
    transparent,
    #5a2a10,
    #d98a3f,
    #ff9b3d,
    #d98a3f,
    #5a2a10,
    transparent
  );
  margin: 30px auto;
  width: 85%;
  box-shadow: 0 0 12px rgba(217, 90, 25, 0.55);
}

.header-buttons {
  text-align: center;
}

.seo-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 35px 25px 55px;
  text-align: center;
}

.seo-content h1,
.seo-content h2 {
  color: #ffffff;
}

.seo-content p {
  max-width: 850px;
  margin: 0 auto 24px;
  line-height: 1.7;
  color: #ffffff;
}


.seo-content {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
}

.seo-content section {
  margin-bottom: 35px;
}

.seo-content h1,
.seo-content h2 {
  color: white;
  margin-bottom: 12px;
}

.seo-content p {
  background-color: #555;
  color: white;
  padding: 20px;
  margin: 0;
  border-radius: 8px;
  line-height: 1.6;
  box-sizing: border-box;
}
