#profile {
    padding: 2rem;
}

.profile-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-picture {
    margin-right: 2rem;
}

.profile-picture img {
    border-radius: 50%;
}

.profile-details h2 {
    margin-top: 0;
}
