
  
  h5
     {
     color:RosyBrown;
     }

.dia{  
display: flex;
  justify-content: center;
  align-items: center;
 width:300px;
  height:220px;
  border: 4px RosyBrown;
  border-style:ridge;
  margin:auto;
  } 
  
