body {
    font-family: 'Zen Maru Gothic', sans-serif;
    Font-size: 14px;
    margin: 0;
    padding: 20px;
    background-color: #dde6ed;
    color: #9db2bf;
}
.profile {
    max-width: 360px;
    margin: 0 auto;
    background: #ffffff;
    padding: 20px 40px;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.profile-header {
    text-align: center;
}
.profile-header img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 0px;
}
.bio {
    text-align: center;
    margin-bottom: 20px;
}
.links {
    list-style: none;
    padding: 0;
}
.links li {
    margin: 15px 0;
}
.links a {
    display: block;
    padding: 15px;
    background-color: #9db2bf;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
}
.links a:hover {
    background-color: #dde6ed;
}
