body {
    background: #f1f2f7;
}

.profile-sidebar {
    padding: 30px 20px;
    text-align: center;
    border-radius: 10px;
}
.profile-sidebar img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
    border: 4px solid white;
}
.bio-graph-heading {
    padding: 30px;
    color: #333;
    font-size: 18px;
    font-style: italic;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.bio-graph-info {
    background: #fff;
    padding: 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.bio-row {
    display: flex;
    margin-bottom: 15px;
}
.bio-row div {
    width: 50%;
    padding: 5px 10px;
    font-size: 15px;
}

.bio-graph-form {
    background: #fff;
    padding: 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.chart-container {
    width: 400px;
    margin: 30px auto;
}