/* Style dasar untuk body */
body {
    font-family: Arial, sans-serif;
    margin: 20px;
    background-color: #f0f8ff;
    color: #333;
    line-height: 1.6;
}

/* Heading */
h1 {
    color: #004080;
    text-align: center;
}

h2 {
    color: #0066cc;
    border-bottom: 2px solid #0066cc;
    padding-bottom: 5px;
}

h3 {
    color: #0099cc;
}

/* Gambar profil */
.avatar {
    display: block;
    margin: 20px auto;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 4px solid #0066cc;
    object-fit: cover;
}

/* Link */
a {
    color: #004080;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #ff6600;
    text-decoration: underline;
}

/* Footer */
footer {
    margin-top: 30px;
    text-align: center;
    font-size: 0.9em;
    color: #555;
}
