.profile-pic {
    width: 150px;
    height: auto;
    border-radius: 50%;
}

.profile-pic img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
}

.profile {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.profile-info {
    margin-left: 20px;
    width: 80%;
}