body {
    font-family: 'Trebuchet MS', sans-serif;
    background-color: #f5f5f5;
    color: #333333;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

.img-banner {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.judul {
    text-align: center;
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #222222;
}

.headline {
    text-align: center;
    font-size: 20px;
    color: #444444;
    margin-bottom: 15px;
}

.info {
    text-align: center;
    font-size: 15px;
    color: #555555;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: large;
    padding: 10px;
}


.button {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.card:hover {
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
}

.btn {
    background-color: #676767;
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    font-family: 'Trebuchet MS', sans-serif;
}

.btn:hover {
    background-color: #333333;
}

.judul-foto {
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
    color: #222222;
}

.foto-container img {
    width: 30%;
    height: 200px;
    object-fit: cover;
    margin: 5px;
    border-radius: 6px;
}

.foto-container {
    text-align: center;
    margin-bottom: 30px;
}

.rekomendasi {
    margin: 0 20px;
    text-align: center;
}

.card {
    display: inline-block;
    width: 30%;
    border: 1px solid #dddddd;
    border-radius: 8px;
    padding: 15px;
    margin: 10px;
    vertical-align: top;
}

.img-card {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 10px;
}

.card h3 {
    font-size: 17px;
    margin-bottom: 8px;
    color: #333333;
}

.card p {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
}

.footer {
    background-color: #333333;
    text-align: center;
    padding: 20px;
}

.footer a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
}

.footer a:hover {
    text-decoration: underline;
}

.nav-container {
    list-style: none;
    display: flex;
    justify-content: center;
    position: fixed;
}

.nav-container li a {
    padding: 10px 20px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 10px;
    text-transform: uppercase;
    color: #000000;
    padding: 10px;
    font-weight: bold;
    background-color: white;
}

.nav-container li a:hover {
    background-color: #e0e0e0;
}
