.body{
    margin-top: 5%;
}
.imgprofile{
   width: 100px;
   border-radius: 10rem;
   position: relative;
   left: 18px;
}
.nameuser{
   padding-top: 10px;
   font-size:16px;
}
.mainmenu{
   position: relative;
   top: 10px;
}
.submenu{
   padding-top: 15px;
}

.submenu-a{
   font-size: 14px;
   cursor: pointer;
   text-decoration: none;
   color: black;
}
.submenu-a:hover{
   font-size: 14px;
   cursor: pointer;
   color: rgb(255, 30, 170);
   text-decoration: none;
}

.headerprofile{
   font-size: 20px;
}
.imgeditprofile{
   width: 100px;
   border-radius: 10rem;
}
.body-content{
   margin-top: 10px;
}
.font{
   font-size: 15px;
}
.input{
   width: 60%;
}
.img-icon{
   width: 20px;
}
.cursordefult{
   color: rgb(255, 30, 170);
}