body {
    font-family: 'Poppins', sans-serif;
    background-color: #f0f0f0;
    text-align: center;
    margin: 0;
    padding: 20px;
}

h1 {
    color: #333;
    margin-bottom: 10px;
}

.description {
    font-size: 1.1em;
    color: #666;
    margin-bottom: 30px;
}

/* Gaya untuk daftar khodam */
.khodam-list {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    max-width: 600px;
}

.khodam-list li {
    background-color: white;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.khodam-list h2 {
    color: #333;
    margin-bottom: 10px;
}

.khodam-list p {
    font-size: 1em;
    color: #666;
    margin: 0;
}

footer {
    margin-top: 40px;
    padding: 10px 0;
    background-color: #333;
    color: white;
    font-size: 0.9em;
}

footer p {
    margin: 0;
}