body {
    font-family: 'Arial', sans-serif;
    background-color: #f4f1ef;
    margin: 0;
    padding: 0;
}

.container {
    width: 80%;
    max-width: 800px;
    margin: 20px auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

header {
    text-align: center;
    background-color: #d8cfc4;
    padding: 10px;
    border-radius: 8px;
}

.profile-pic {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

header h1 {
    margin: 0;
    color: #6f4e37;
}

.title {
    font-size: 1.2em;
    color: #6f4e37;
}

.contact {
    margin: 10px 0;
    color: #6f4e37;
}

.contact a {
    color: #6f4e37;
    text-decoration: none;
}

.contact a:hover {
    text-decoration: underline;
}

.section {
    margin-bottom: 20px;
}

h2 {
    border-bottom: 2px solid #6f4e37;
    padding-bottom: 5px;
    color: #6f4e37;
}

.education {
    margin-bottom: 10px;
}

.institution {
    font-style: italic;
    color: #6f4e37;
}

ul {
    list-style-type: disc;
    padding-left: 20px;
}

li {
    margin-bottom: 5px;
}
