body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f9;
    color: #333;
    line-height: 1.6;
}


header {
    background-color: #4a90e2; 
    color: white;
    padding: 30px 0;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

header h1 {
    margin-bottom: 5px;
    font-size: 2.5em;
}

header p {
    font-style: italic;
    font-size: 1.2em;
}


main {
    max-width: 900px;
    margin: 20px auto;
    padding: 20px;
}


#foto-profil {
    text-align: center;
    margin-bottom: 30px;
}

#foto-profil img {
    width: 200px;
    height: 200px;
    border-radius: 50%; 
    object-fit: cover;
    border: 5px solid #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}


section {
    background-color: white;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

section h2 {
    color: #4a90e2;
    border-bottom: 2px solid #4a90e2;
    padding-bottom: 5px;
    margin-top: 0;
}


#prestasi ul {
    list-style-type: none;
    padding: 0;
}

#prestasi li {
    background-color: #e6f0ff; 
    margin-bottom: 8px;
    padding: 10px;
    border-left: 5px solid #4a90e2;
    border-radius: 4px;
}


footer {
    text-align: center;
    padding: 15px 0;
    background-color: #333;
    color: white;
    font-size: 0.9em;
}
