.biodata{
    margin-top: 5em;
    margin-bottom: 5em;
}

.container-biodata {
    max-width: 1000px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-header h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

.profile {
    text-align: center;
    margin-bottom: 30px;
}

.profile img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.profile h2 {
    margin: 10px 0 5px;
    font-size: 24px;
}

.profile p {
    font-size: 14px;
    color: #666;
}

.content {
    text-align: justify;
}

.content p {
    margin-bottom: 15px;
    line-height: 1.6;
}