
  
  h5
     {
     color:RosyBrown;
     }

.card{  
display: flex;
  justify-content: center;
  align-items: center;

  border: 4px RosyBrown;
  border-style:ridge;
  margin:auto;
  } 
  
