body {
    font-family: Arial, Helvetica, sans-serif;
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
    line-height: 1.6;
    color: #222;
}

h1, h2 {
    font-weight: normal;
}

h1 {
    margin-bottom: 0;
}

.subtitle {
    color: #555;
    margin-top: 5px;
}

a {
    color: #0055aa;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    padding-left: 20px;
}

footer {
    margin-top: 50px;
    font-size: 0.9em;
    color: #666;
}

.profile-pic {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 20px;
}