body {
    font-family: Georgia, serif;
    max-width: 600px;
    margin: 40px auto;
    padding: 0 60px;
    line-height: 1.8;
    color: #333;
    background-color: #fafafa;
}

h1 {
    margin-bottom: 0;
    margin-top: 0;
}

.contact-links {
    display: flex;
    gap: 20px;
    margin-top: 15px;
}

.contact-links a {
    font-size: 24px;
    color: #333;
}

.contact-links a:hover {
    text-decoration: none;
}

hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 30px 0;
}

.header-section {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.profile-pic {
    width: 120px;
    height: 120px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

h1 {
    border-radius: 4px;
}

p {
    border-radius: 4px;
}