
.updatedata{
border: 2px ridge rgb(109, 109, 109);
    background-color: rgb(221, 221, 221);
    padding: 20px 0px 15px;
    display: flex;
    flex-direction: column;
    background-color:white;
	padding: 1.5rem;
    border-radius: 1%;
    box-shadow: 0 5px 5px -5px #000000;
    margin: 2%;
    
   
}

.updatedata img {
    width:170px;
    height:170px;
    margin-right:15px;
    float: left;
}

.updatedata p {
    font:sans-serif;
   
}
.updatedata{
    font-weight:bold ;
   
}