body {
    background: rgb(79, 79, 201);
    font: normal 15px arial;

}
 header {
      color: white;
      text-align: center;

 }
 #img{
    width: 250px;
    height: 250px;
    box-shadow: rgb(107, 47, 47) 10px 10px 10px;
    border-radius: 5px;
 }
 section {
    background-color: bisque;
    border-radius: 13px;
    padding: 15px;
    width: auto;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.39) 5px 5px 5px;
 }
 


 div{
   text-align: center;
   padding: 6px;
 }
 #foto2{
   text-align: center;
   padding: auto;
  
   
          
   
}
#img2{
   background: rgb(209, 179, 179);
   border-radius: 200px;
   border-style:double; 
   height: 350px;
   width: 350px;
   
}
#msg2{
   width: auto;
   height: 120px;
   margin: auto;
   background-color: rgb(255, 110, 110);
   border-style:groove;
  font-style:oblique;
   

  

}
 footer { 
    color: white;
    text-align: center;
    font-style: italic;
    

 }


 