body {
    font-family: Arial, sans-serif;
    margin: 0;
    background-color: #f4f4f4;
}

header {
    background-color: #0b6075;
    color: white;
    padding: 15px;
    text-align: center;
}

nav a {
    color: white;
    margin: 10px;
    text-decoration: none;
}

nav a:hover {
    text-decoration: underline;
}

section {
    padding: 20px;
    text-align: center;
}

button {
    padding: 10px 20px;
    background-color: #0077cc;
    border: none;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.foto {
    width: 200px;
    border-radius: 10px;
    margin-top: 10px;
}

table {
    margin: 20px auto;
    border-collapse: collapse;
    width: 50%;
}

table, th, td {
    border: 1px solid rgb(0, 0, 0);
}

th, td {
    padding: 10px;
}

.galeri img {
img {
    width: 1px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}
}

footer {
    background-color: #2c3e50;
    color: white;
    text-align: center;
    padding: 10px;
}