.meddle-side form .image {
    width: 100%;
    height: 25%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}
.meddle-side form .btnimge button {
    position: relative;
        /* left: 240px; */
        padding: 10px;
        border: none;
        border-radius: 10px;
        background-color: var(--second-color);
        top: 0px;
}

.meddle-side form .image img {
    width: 50%;
    height: 100%;
    border-radius: 50%;
}
.updateProfile{
        /* height: 530%; */
            padding: 10px;
                background-color: var(--third-color);
                border-radius: 20px;
                margin: 10px;
            
}
.updateProfile form .btnimge{
        display: flex;
            justify-content: center;
            gap: 10px;
}