/* Tata letak halaman judul HTML */
.title-page{
  text-align:center;
  max-width: 700px;
  margin: 120px auto 0 auto;
  font-family: var(--bs-body-font-family, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif);
}

.title-1{
  font-weight: 800;
  font-size: 32px;
  margin: 0 0 6px 0;
  color: #b7b08a; /* nuansa beige keemasan seperti contoh */
}

.title-2{
  font-weight: 800;
  font-size: 26px;
  margin: 0 0 28px 0;
  color: #b7b08a;
}

.subtitle{
  font-weight: 700;
  margin: 6px 0;
}

.subtitle-rule{
  border: none;
  border-top: 2px solid #333;
  margin: 12px auto;
  width: 92%;
}

.edition{
  margin-top: 36px;
  font-weight: 700;
}

.spacer{ height: 220px; } /* ruang kosong besar di tengah */

.authors{
  margin-top: 20px;
  line-height: 1.6;
}

.team{ font-weight: 700; }
