        body {
            font-family: Arial, sans-serif;
            background-color: #f5f5f5;
            margin: 0;
            padding: 0;
        }
        .container {
            width: 374px;
            height: 2000px; /* Sesuaikan dengan kebutuhan */
            margin: 57px auto;
            background-color: #fff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        }
        
        
        .header {
            display: flex;
            align-items: center;
        }
        .header img {
            width: 60px;
            height: 60px;
            border-radius: 10px;
            margin-right: 10px;
        }
        .title {
            font-size: 18px;
            font-weight: bold;
        }
        .subtitle {
            color: gray;
        }
        .rating {
            margin-top: 41px;
            margin-bottom: 20px;
            font-size: 14px;
        }
        .download-button {
            display: inline-block;
            padding: 13px 37px;
            background-color: #008C6A; /* Warna hijau */
            color: white;
            text-decoration: none; /* Menghilangkan garis bawah */
            font-size: 16px;
            font-weight: bold;
            border-radius: 14px; /* Agar lebih bulat */
            text-align: center;
            cursor: pointer;
        }
        
        .download-button:hover {
            background-color: #006F52; /* Warna lebih gelap saat hover */
        }
        
        .navbar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 20px;
            background-color: white;
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
            position: fixed;
            width: 93%;
            height: 37px;
            top: 0;
            left: 0;
            z-index: 100000;
        }
        .navbar .logo {
            display: flex;
            align-items: center;
        }
        .navbar .logo img {
            height: 40px;
            width: 40px;
            margin-right: 10px;
        }
        .navbar .logo span {
            font-size: 18px;
            font-weight: bold;
            color: #5f6368;
        }
        .navbar .icons img {
            height: 24px;
            margin-left: 15px;
            cursor: pointer;
        }
        .banner {
            width: 100%;
            margin-top: 50px;
            position: fixed;
            top: 50px;
            left: 0;
            z-index: 999;
        }
        .content {
            margin-top: 300px;
            padding: 20px;
        }
        .navbar2 {
            align-items: center;
            justify-content: space-between;
            background-color: white;
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
            width: 93%;
            height: 37px;
            top: 10%;
            left: 10%;
            z-index: 1000;
            margin-top: 20px; /* Jarak atas */
            margin-bottom: 20px; /* Jarak bawah */
        }
        
        .navbar3 {
            position: absolute; /* atau bisa pakai relative/fixed */
            background-color: white;
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
            width: 0%;
            height: 37px;
            top:89%;
            left: 2%;
            z-index: 1000;
        }
        .review {
            position: absolute; /* atau bisa pakai relative/fixed */
            background-color: white;
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
            width: 0%;
            height: 37px;
            top:1389%;
            left: 2%;
            z-index: 1000;
        }
        .komen {
            position: absolute; /* atau bisa pakai relative/fixed */
            background-color: white;
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
            width: 0%;
            height: 37px;
            top:1389%;
            left: 2%;
            z-index: 1000;
        }
        .bawah {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 20px;
            background-color: white;
            box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1); /* Bayangan ke atas */
            position: fixed; /* Navbar tetap di tempat */
            width: 100%; /* Lebar penuh */
            height: 50px; /* Sesuaikan tinggi */
            bottom: 0; /* Menempel di bawah */
            left: 0;
            z-index: 100000; /* Pastikan navbar di atas elemen lain */
        }
        
        
        .rating-container {
            display: flex;
            justify-content: center; /* Posisi tengah */
            margin-top: 10px;
        }
        .rating-container img {
            width: 150px; /* Sesuaikan ukuran gambar */
        }
        .slider-container {
            position: relative;
            width: 100%;
            max-width: 400px; /* Sesuaikan ukuran */
            overflow: hidden;
            border-radius: 10px;
        }
        
        .slider {
            display: flex;
            transition: transform 0.5s ease-in-out;
            width: 500%;
        }
        
        .slider img {
            width: 20%;
            flex-shrink: 0;
            border-radius: 10px;
        }
        
        button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            padding: 10px 15px;
            cursor: pointer;
            font-size: 18px;
            border-radius: 5px;
        }
        
        .prev {
            left: 10px;
        }
        
        .next {
            right: 10px;
        }
        
        button:hover {
            background: rgba(0, 0, 0, 0.8);
        }
        img[src="img/rating.png"] {
    margin-top: 20px; /* Jarak atas */
    margin-bottom: 30px; /* Jarak bawah */
}
