body {
    font-family: sans-serif;
    margin: 0;
    padding: 2rem;
    background: #f9f9f9;
    color: #333;
    text-align: center;
}
.container {
    max-width: 600px;
    margin: auto;
}
img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
}
h1 {
    margin-top: 1rem;
}
p {
    line-height: 1.6;
}
.social a {
    margin: 0 10px;
    text-decoration: none;
    color: #0077cc;
}