li {
    text-align: justify;
}

.img-profil {
    border-radius: 50%;
    width: 15em;
    height: 15em;
    overflow: hidden;
}

.img-profil img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}