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: rgb(255, 250, 250);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 20px;
    transition: background-color 0.3s;
}

ul li a:hover {
    background-color: #111111;
}

/* Judul di atas gambar */
.judul-gambar {
    text-align: center;
    color: rgb(255, 251, 251);
    font-size: 48px;
    margin-top: 20px;
    margin-bottom: 20px;
}

img {
    display: block;
    margin: 0 auto 40px auto;
    width: 500px;
    height: auto;
}

.welcome {
    text-align: center;
    color: white;
    font-size: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
}

p {
    color: rgb(255, 255, 255);                  
    text-align: center;            
    font-size: 15px;
    margin: 15px auto;
    width: 90%;
    max-width: 650px;
    line-height: 1.5;
}
.caption {
    padding: 10px;
    font-size: 14px;
    color: #333;
}

.video-section {
    background: white;
    padding: 40px 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    width: 90%;
    margin: 40px auto;
    text-align: center;
}

.video-section h1 {
    font-size: 32px;
    font-weight: bold;
    color: #0a0131;
    margin-bottom: 15px;
}

.video-section p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #444;
}

.video-wrapper {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.video-wrapper video {
    width: 330px;
    height: 210px;
    border-radius: 10px;
    object-fit: cover;
}
