

.profile-form {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
    padding: 20px 40px;
    max-width: 1000px;
    height: 100%;
    width: 100%;
    border-radius: 7px;
    background-color: white;
    margin-top: 100px;

}

.profile-form h4,
.profile-form h6 {
    padding-left: 5px;
}

.profile-form :first-of-type img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.profile-form button:last-child {
    margin-top: 20px;
    height: 40px;
    width: 100%;
}

.profile-basics {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 20px;
    margin-bottom: 20px;

    border-radius: 7px;
}

.profile-basics div {
    display: flex;
    flex-direction: column;
}

.profile-basics label {
    margin-bottom: 10px;
}

    