
body * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
body {
    font-family: Poppins;
    color: #333;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}header {
    display: flex;
    background: #323436;
    padding: 0 10px;
    margin: 15px 0;
    border-radius: 10px;
    height: 60px;
    align-items: center;
    justify-content: space-between;
}
img.logo,.top-left {
    margin: 0 20px;
}
.top-left {
    word-spacing: 10px;
}
.mainmenu ul li {
    display: inline;
}.mainmenu a {
    color: #fff;
    text-decoration: none;
    padding: 0 20px;opacity: 60%;
}
i.fa {
    color: #ffff;
    font-size: 18px;opacity: 60%;
}
.btn-logmasuk {
    transition: all 0.3s ease 0s;
    border: 1px solid #f4ce47;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 5px;
    margin: 2px 0;
    text-decoration: none;
    background: #f4ce47;
    color: #000;
}
section#banner {
    background: #f4ce47;
    height: 70px;
    margin: 20px 0;
}.banner {
    padding: 5px 0;
    font-size: 40px;
    color: #ffe380;
    text-align: center;
    letter-spacing: 2px;
}span.highlight {
    color: #000;
}main {
    padding: 40px 200px;
    font-family: poppins;
    background: #2a2c2e;
    margin-bottom: 20px;
}
.container {
    display: grid;
    grid-template-columns: repeat(3, auto); /* 3 kolom dengan lebar sama */
    grid-template-rows: repeat(3, auto); /* 3 baris dengan tinggi otomatis */
    gap: 10px; /* Jarak antar sel */
  }
  .item {
    padding: 20px;
    text-align: center;
    background: #fff;
    border-radius: 20px;
  }.item img {
    width: 100%;
}
.author {
    font-size: 12px;
    text-align: left;
    color: #000;
    opacity: 0.7;
}.title-book {
    text-align: left;
}

span.comment img, span.rating img {
    width: 15px;
    margin: -3px 1px;
}
.btn-comment {
    text-align: left;
    margin: 10px 0;opacity: 0.8;
}span.comment a,span.rating {
    border: 1px solid #000;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 13px;
    text-decoration: none;
    color: #000;
}.price {
    margin: 20px 0 0;
    display: flex
;
}.item:hover {
    background: #f4ce47;
}span.comment a:hover {
    background: #fcf2ce;
}
h4.price-before {
    padding-right: 10px;
    font-weight: normal;
    text-decoration-line: line-through;
    text-decoration-skip-ink: none;
}
h4.price-after {
    font-weight: normal;
}
p.logo-bawah {
    display: flex;background: #2a2c2e;
    justify-content: space-between;
    align-items: center;
       padding: 10px 20px;
}.menu-bawah {
    background: #000;
    padding: 10px 20px;
    color: #fff;
}span.contact {
    float: right;
}
.menu-bawah a {
    color: #fff;text-decoration: none;
}
span.sosmed {
    word-spacing: 10px;
}
button#backToTopBtn{
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #f4ce47;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    border: 1px solid #f4ce47;
    padding: 8px 10px;
    border-radius: 5px;
    margin: 2px 0;
    text-decoration: none;
    font-family: Poppins;
}

button#backToTopBtn:hover {
    background-color: #ffe380;
}



/*CLASS UNTUK BORANG*/

section#form {
    padding: 30px;
    font-family: poppins;
    background: #2a2c2e;
    margin-bottom: 20px;
    color: #fff;    border-radius: 10px;
}