body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f5f5f5;
    color: #222;
}

.profile {
    max-width: 700px;
    margin: 100px auto;
    padding: 40px;
    text-align: center;
}

.profile-picture {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
}

h1 {
    margin-top: 25px;
    margin-bottom: 8px;
    font-size: 42px;
}

h2 {
    margin-top: 0;
    font-size: 20px;
    font-weight: normal;
    color: #666;
}

.bio {
    margin: 30px auto;
    max-width: 600px;
    font-size: 17px;
    line-height: 1.6;
}

.links {
    margin-top: 30px;
}

.links a {
    display: inline-block;
    margin: 5px;
    padding: 10px 18px;

    background: #222;
    color: white;

    text-decoration: none;
    border-radius: 6px;
}

.links a:hover {
    opacity: 0.75;
}
