body {
    font-family: Arial, sans-serif;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f5f5f5;
    line-height: 1.6;
}

h1 {
    text-align: center;
    color: #2563eb;
}

h2 {
    color: #2563eb;
}

.profile-pic {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto 20px auto;
}

section {
    background: white;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.project {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.project-image {
    width: 220px;
    height: auto;
    border-radius: 8px;
    display: block;
    margin-top: 10px;
}

button {
    background-color: #2563eb;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #1d4ed8;
}

input {
    padding: 8px;
    margin: 5px;
}

a {
    color: #2563eb;
    text-decoration: none;
}

footer {
    text-align: center;
    margin-top: 20px;
}
