body {
    margin: 0;
    padding: 0;
    background-image: url("Hik.jpg");
    font-family: Arial, sans-serif;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul li {
    margin: 0 15px;
}

ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 20px;
    transition: background-color 0.3s;
}

ul li a:hover {
    background-color: #111111;
}

h1 {
    text-align: center;
    color: #fff;
}

.menu-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
}

.menu-item {
    background: white;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 5px 12px rgba(0,0,0,0.1);
    text-align: center;
}

.menu-item img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
}

.menu-item h3 {
    margin: 10px 0;
}

.price {
    font-size: 18px;
    color: #e67e22;
    font-weight: bold;
}
.judul-gambar {
    text-align: center;
    color: white;
    font-size: 48px;
    margin-top: 20px;
    margin-bottom: 20px;
}