.petgrid {
  display: grid;
  grid-template-columns: repeat(5, 100px);
  gap: 50px 20px;
  padding:30px;
  justify-content: center;
  align-content: center;  
}


.petprofile {
  width:100px;
  height:100px;
  border-style:dashed;
  border-color:#272f9e
}