body {
    font-family: Arial, sans-serif;
    margin: 0;
    background-color: #f4f4f4;
}

header {
    background-color: #4CAF50;
    color: white;
    padding: 15px;
    text-align: center;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.content {
    width: 80%;
    margin: 20px auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
}

.foto {
    width: 200px;
    display: block;
    margin: 10px auto;
    border-radius: 10px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

table, th, td {
    border: 1px solid #333;
}

th {
    background-color: #4CAF50;
    color: white;
}

th, td {
    padding: 10px;
    text-align: left;
}

.pengalaman {
    line-height: 2;
}

.galeri {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.galeri img {
    width: 45%;
    border-radius: 10px;
}